Skip to content
/ py_islr Public

Python implementation of "Introduction to Statistical Learning", along with chapter summaries

Notifications You must be signed in to change notification settings

damca/py_islr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Setup

Prerequisites

Create a "statistics" oriented env

  • conda create -n stat numpy pandas rpy2 matplotlib
  • source activate stat
  • R, start interactive R instance
  • install.packages("ISLR"), I consistently need to choose 62 (more HTML mirrors), then 76 (CA based)

About

Python implementation of "Introduction to Statistical Learning", along with chapter summaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages