Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc82677

Browse filesBrowse files
committed
merge gh-pages
2 parents 428485e + 529a712 commit fc82677
Copy full SHA for fc82677

File tree

Expand file treeCollapse file tree

423 files changed

+61595
-19449
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

423 files changed

+61595
-19449
lines changed

‎00-author.Rmd

Copy file name to clipboardExpand all lines: 00-author.Rmd
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎01-intro.Rmd

Copy file name to clipboardExpand all lines: 01-intro.Rmd
-32Lines changed: 0 additions & 32 deletions
This file was deleted.

‎02-what-is-pml.Rmd

Copy file name to clipboardExpand all lines: 02-what-is-pml.Rmd
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎03-before.Rmd

Copy file name to clipboardExpand all lines: 03-before.Rmd
-6Lines changed: 0 additions & 6 deletions
This file was deleted.

‎04-getting-started.Rmd

Copy file name to clipboardExpand all lines: 04-getting-started.Rmd
-7Lines changed: 0 additions & 7 deletions
This file was deleted.

‎05-fundamentals.Rmd

Copy file name to clipboardExpand all lines: 05-fundamentals.Rmd
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎06-generative-models.Rmd

Copy file name to clipboardExpand all lines: 06-generative-models.Rmd
-7Lines changed: 0 additions & 7 deletions
This file was deleted.

‎07-best-practices.Rmd

Copy file name to clipboardExpand all lines: 07-best-practices.Rmd
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎08-computer-vision.Rmd

Copy file name to clipboardExpand all lines: 08-computer-vision.Rmd
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎09-text.Rmd

Copy file name to clipboardExpand all lines: 09-text.Rmd
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎10-conclusions.Rmd

Copy file name to clipboardExpand all lines: 10-conclusions.Rmd
-3Lines changed: 0 additions & 3 deletions
This file was deleted.

‎11-references.Rmd

Copy file name to clipboardExpand all lines: 11-references.Rmd
-11Lines changed: 0 additions & 11 deletions
This file was deleted.

‎Gemfile

Copy file name to clipboard
+21Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
source 'https://rubygems.org'
2+
3+
group :jekyll_plugins do
4+
gem 'github-pages'
5+
gem 'jekyll-feed', '~> 0.6'
6+
7+
# Textbook plugins
8+
gem 'jekyll-redirect-from'
9+
gem 'jekyll-scholar'
10+
end
11+
12+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
13+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
14+
15+
# Performance-booster for watching directories on Windows
16+
gem 'wdm', '~> 0.1.0' if Gem.win_platform?
17+
18+
# Development tools
19+
gem 'guard', '~> 2.14.2'
20+
gem 'guard-jekyll-plus', '~> 2.0.2'
21+
gem 'guard-livereload', '~> 2.5.2'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.