mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
add gitignore, environment.yml
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -11,3 +11,5 @@ my_*
|
||||
datasets/words
|
||||
datasets/flowers
|
||||
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