Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 551 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 551 Bytes

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