add gitignore, environment.yml
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -11,3 +11,5 @@ my_*
|
|||||||
datasets/words
|
datasets/words
|
||||||
datasets/flowers
|
datasets/flowers
|
||||||
datasets/spam
|
datasets/spam
|
||||||
|
*.gz
|
||||||
|
datasets/mnist/train-labels-idx1-ubyte
|
||||||
|
|||||||
16
environment.yml
Normal file
16
environment.yml
Normal 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
|
||||||
Reference in New Issue
Block a user