Questions tagged [dagshub]

7 questions
4
votes
1 answer

How to create a new Git experiment on DAGsHub

To create a new experiment on DAGsHub using Git, what should be the format of ".._metrics.csv" and ".._params.yml" files? Unfortunately, I can't find a reference anywhere.
1
vote
1 answer

How to integrate stable_baselines3 with dagshub and MLflow?

I am trying to integrate stable_baselines3 in dagshub and MlFlow. I am new to MLOPS Here is a sample code that is easy to run: import mlflow import gym from gym import spaces import numpy as np from stable_baselines3 import PPO import…
TheGainadl
  • 523
  • 1
  • 6
  • 14
0
votes
0 answers

config file error: expected 'url' for dictionary value @ data['remote']['origin']

I have installed git and DVC and I push my git to dagshub without any error, but I faced with error with dvc push. I run this command dvc push --all-commits and I faced with this error: ERROR: failed to push data to the cloud - config file error:…
ebi_d
  • 1
0
votes
1 answer

Pycaret MlFlow authentication

How can I use log_environment = True in Pycaret setup with import os import mlflow mlflow.set_tracking_uri("https://dagshub.com/BexTuychiev/pet_pawpularity.mlflow") os.environ["MLFLOW_TRACKING_USERNAME"] = "MLFLOW_TRACKING_USERNAME"…
Green
  • 695
  • 2
  • 9
  • 21
-1
votes
0 answers

Failed to transfer ERROR in dvc push --all-cmmits command

Following is the error that is produced whenever I run dv push --all-commits. I have been following official docs of dagshub but no wonder why its keep failing despite all the steps followed 2023-08-16 23:44:26,733 DEBUG: v3.15.3 (pip), CPython…
-1
votes
1 answer

How to view branch of a forked repository into my local repository?

I have a private repository which someone forked. He created a branch in his forked repository, made some changes, and created a pull request back to the original repository which is owned by me. I can see his Pull request as well as the branch in…
-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",…