aburkov / theMLbook

The Python code to reproduce the illustrations from The Hundred-Page Machine Learning Book.
http://themlbook.com
MIT License
1.8k stars 557 forks source link

Replace Hardcoded Paths or Assign them to current directory #1

Open deeptf opened 5 years ago

deeptf commented 5 years ago

The book and the repository are very useful Andriy, thanks for all your work. I was reviewing this repo and at first sight, I felt some examples might not run due to hardcoded paths.

For example https://github.com/aburkov/theMLbook/blob/master/kmeans.py#L125 This directory might not be present.

We can probably assign an illustration directory within this repo.