We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 113b064 + 6285c13 commit 0fd3cffCopy full SHA for 0fd3cff
README.md
@@ -1,3 +1,5 @@
1
+[](https://mybinder.org/v2/gh/amueller/introduction_to_ml_with_python/master)
2
+
3
# Introduction to Machine Learning with Python
4
5
This repository holds the code for the forthcoming book "Introduction to Machine
environment.yml
@@ -0,0 +1,10 @@
+name: python-ml
+dependencies:
+ - numpy
+ - scipy
+ - scikit-learn
6
+ - matplotlib
7
+ - pandas
8
+ - pillow
9
+ - graphviz
10
+ - python-graphviz
0 commit comments