Use this tag for questions about the machine-learning platform MLflow
Questions tagged [mlflow]
722 questions
-2
votes
1 answer
Storing training dataset in a platform like mlflow
Are there experiment management platforms that also allow
storing and managing training datasets (images, in my case)? I am familiar with the ML-Flow, but AFAIK it doesn't support such an option, am I right? If there are no platforms like this, how…

Igor
- 5
- 2
-3
votes
1 answer
I am facing an error while stroring the ML model information in MLFLOW dagshub
Error I getting
Elasticnet model (alpha=0.500000, l1_ratio=0.500000):
RMSE: 0.793164022927685
MAE: 0.6271946374319586
R2: 0.10862644997792636
Traceback (most recent call last):
File "example.py", line 85, in
mlflow.sklearn.log_model(lr, "model",…