cancel
Showing results for 
Search instead for 
Did you mean: 
Machine Learning
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

GGG_P
by New Contributor III
  • 1495 Views
  • 1 replies
  • 2 kudos

How to proper use Databricks MLFlow Managed tracker/register with Databricks Workflow

Hey.I'm building a DevOps/MLOps pipeline to train/register simple scikit learn model.I created a simple Databricks Workflow to execute training and register task on specific .git branch. (Workflow is setup with Databricks Repo on specifc branch, with...

  • 1495 Views
  • 1 replies
  • 2 kudos
Latest Reply
GGG_P
New Contributor III
  • 2 kudos

It's working just by setting experiment on specific path mlflow.set_experiment(f"/Users/${username}/my_exp")

  • 2 kudos
Labels