mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-02-01 04:27:50 +01:00
add gitignore, environment.yml
This commit is contained in:
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