add gitignore, environment.yml

main
rickiepark 2017-12-21 16:03:37 +09:00
parent 63c1523528
commit 9328b858c5
2 changed files with 18 additions and 0 deletions

2
.gitignore vendored
View File

@ -11,3 +11,5 @@ my_*
datasets/words
datasets/flowers
datasets/spam
*.gz
datasets/mnist/train-labels-idx1-ubyte

16
environment.yml Normal file
View File

@ -0,0 +1,16 @@
name: handson-ml
dependencies:
- python=3.5
- jupyter
- matplotlib
- numexpr
- numpy
- pandas
- Pillow
- psutil
- scikit-learn
- scipy
- sympy
- pip:
- tensorflow
- watermark