ium_464914/mlflow/conda,yaml
Alicja Szulecka ed9927d7a1 mlflow
2024-05-06 17:27:28 +02:00

15 lines
281 B
Plaintext

name: mlflow_464914
channels:
- defaults
dependencies:
- python=3.6 #Te zależności będą zainstalowane za pomocą conda isntall
- pip
- pip: #Te ząś za pomocą pip install
- scikit-learn==0.23.2
- mlflow>=1.0
- kaggle
- pandas
- numpy
- torch