Skip to content

Algorithms from the book "Elements of Statistical Learning", implemented in Python

License

Notifications You must be signed in to change notification settings

MillionIntegrals/ESL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESL

Algorithms from the book "Elements of Statistical Learning", implemented in Python.

Most algorithms are implemented in a very inefficient manner as the goal is to aim for maximum readability. I've tried to make the code be easy to follow and figure out what it is doing. I hope you like it.

Required packages

You need to have following packages installed on your system to run these examples:

  • numpy
  • pandas

About

Algorithms from the book "Elements of Statistical Learning", implemented in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages