operte / islp

Solutions to 'An Introduction to Statistical Learning with Applications in R'... in Python!

Home Page:https://botlnec.github.io/islp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

islp

Solutions to 'An Introduction to Statistical Learning with Applications in R'... in Python!

HOW TO

Installation

  • install anaconda, and create env based on environment.yml

From scratch

create anaconda env 'islp', python 3.5

source activate islp

pip install jupyterlab

pip install numpy

pip install pandas

pip install matplotlib

pip install sklearn

pip install seaborn

pip install ipywidgets (so that seaborn import warning goes away)

pip install mkdocs

pip install mkdocs-cinder pip install pymdown-extensions #for latex

pip install mlxtend

pip install statsmodels

Windows

About

Solutions to 'An Introduction to Statistical Learning with Applications in R'... in Python!

https://botlnec.github.io/islp