Upload files to 'MLflow'

This commit is contained in:
Marcin Rostkowski 2023-09-24 22:49:17 +02:00
parent a1a266d5cd
commit 01a1f6acf7
2 changed files with 21 additions and 0 deletions

9
MLflow/MLProject.yml Normal file
View File

@ -0,0 +1,9 @@
name: MobilePriceClassification
conda_env: conda.yaml
entry_points:
main:
parameters:
data_url: {type: str, default: ""}
command: "full.py"

12
MLflow/conda.yml Normal file
View File

@ -0,0 +1,12 @@
name: mobile-price-classification
channels:
- defaults
dependencies:
- python=3.8
- pandas
- torch
- scikit-learn
- mlflow
- pip
- pip:
- kaggle