Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*~
*.ipynb_checkpoints/
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ http://statlearning.class.stanford.edu/

"(*)" means I am not sure about the answer

# Readers using R

Try out RStudio (www.RStudio.com) as an R IDE with the knitr package.

# Readers using Python

Try using Juptyer Notebook which can be installed using [Anaconda](https://www.continuum.io/downloads).


Pull requests gladly accepted. If a pull request is too much effort, please at least file a new issue. :)

Visit http://asadoughi.github.io/stat-learning for an index of exercise solutions.
Loading