Уроки 6-9: autolog, hyperparam sweep, grid search, serving + MLproject, walkthrough

This commit is contained in:
2026-07-20 15:01:31 +03:00
parent 2c07fd63c0
commit d6a4b46db0
14 changed files with 1248 additions and 95 deletions
+11
View File
@@ -0,0 +1,11 @@
# Спецификация окружения Python для MLflow Projects
# MLflow создаст виртуальное окружение по этому файлу
python: "3.10"
dependencies:
- mlflow>=2.11.0
- scikit-learn>=1.3.0
- pandas>=2.0.0
- numpy>=1.24.0
- matplotlib>=3.7.0
# Для GPU entry point установите torch отдельно:
# pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121