ium_464953/MLProject/conda.yaml

11 lines
175 B
YAML
Raw Permalink Normal View History

2024-05-13 23:32:25 +02:00
name: Spotify genre recognition - s464953
channels:
- defaults
dependencies:
- python=3.9
- pip
- pip:
- mlflow
- pandas
- scikit-learn
- numpy