Skip to content

Commit 0fd3cff

Browse files
authored
Merge pull request amueller#66 from imagejan/binder
Add environment.yml for binder
2 parents 113b064 + 6285c13 commit 0fd3cff

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/amueller/introduction_to_ml_with_python/master)
2+
13
# Introduction to Machine Learning with Python
24

35
This repository holds the code for the forthcoming book "Introduction to Machine

environment.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: python-ml
2+
dependencies:
3+
- numpy
4+
- scipy
5+
- scikit-learn
6+
- matplotlib
7+
- pandas
8+
- pillow
9+
- graphviz
10+
- python-graphviz

0 commit comments

Comments
 (0)