Skip to content

jagin/isl-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isl-notebooks

This repository contains R and Python notebooks code for An Introduction to Statistical Learning with Applications in R.

It's a learning playground for the book exercises including, merging and tweaking the codes from other repositories (see Credits) in the form of dockerized Jupyter notebooks so it is easier to quickly run and experiment with.

Notebooks

  1. Statistical Learning
    2.3 Lab - Introduction to [R][[Python]
    2.4 Exercises - [R]
  2. Linear Regresion
    3.6 Lab - Linear Regression [R][Python]
    3.7 Exercises - [R]

Running Jupyter

With Docker you can quickly setup Jupyter environment to run the notebooks and do your own explorations.
For more details see opinionated stacks of ready-to-run Jupyter applications in Docker.

To run the isl-notebook container run the following command:

docker-compose up --build

Wait for:

...
isl-notebook    |     Copy/paste this URL into your browser when you connect for the first time,
isl-notebook    |     to login with a token:
isl-notebook    |         http://localhost:8888/?token=your_token

to be displayed on your console and follow the instruction.

If you need to run some additional commands in the container run:

bash -c clear && docker exec -it isl-notebook sh

References

Resoures

Credits

About

R and Python notebooks code for 'An Introduction to Statistical Learning with Applications in R'

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published