ium_464953/MLProject/conda.yaml
2024-05-13 23:32:25 +02:00

11 lines
175 B
YAML

name: Spotify genre recognition - s464953
channels:
- defaults
dependencies:
- python=3.9
- pip
- pip:
- mlflow
- pandas
- scikit-learn
- numpy