ium_464863/mlflow/breast_cancer_pytorch/conda.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