14 lines
197 B
YAML
14 lines
197 B
YAML
|
name: breast_cancer_pytorch
|
||
|
channels:
|
||
|
- defaults
|
||
|
dependencies:
|
||
|
- python=3.10
|
||
|
- pip
|
||
|
- pip:
|
||
|
- mlflow
|
||
|
- torch
|
||
|
- pandas
|
||
|
- numpy
|
||
|
- scikit-learn
|
||
|
- matplotlib
|
||
|
- seaborn
|