Add anaconda environment
All checks were successful
s434704-training/pipeline/head This commit looks good
s434704-evaluation/pipeline/head This commit looks good

This commit is contained in:
Wojciech Jarmosz 2021-05-30 16:55:13 +02:00
parent 5d8fba3486
commit 22f7387554

17
environment.yml Normal file
View File

@ -0,0 +1,17 @@
name: ml_env
channels:
- conda-forge
- alex-marty
- defaults
dependencies:
- pip
- matplotlib
- pytorch
- scikit-learn
- kaggle
- numpy
- tensorflow
- pandas
- mlflow
- sacred
prefix: /Volumes/seagate/ium_434704/miniconda3/envs/ml_env