cancel
Showing results for 
Search instead for 
Did you mean: 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Evan_MCK
by Contributor
  • 7086 Views
  • 3 replies
  • 2 kudos

Resolved! Avoid Using MLFlow to log runs

I am running some code to smooth columns of data and fill in missing values. The algorithms being used are automatically logged to an experiment using MLFlow which makes a 15 second job take 9 minutes and causes out of memory errors in another instan...

  • 7086 Views
  • 3 replies
  • 2 kudos
Latest Reply
mgorjis
New Contributor
  • 2 kudos

very helpful. WIthout this command, optuna tries to register the info of each experiment, which make it so slow.

  • 2 kudos
2 More Replies
Robbie
by New Contributor III
  • 12149 Views
  • 3 replies
  • 5 kudos

Why are my MLflow results not showing up in the Experiment UI view?

The issue:None of my MLflow experiment results show up in the Experiment UI. Context:I encountered this issue recently, despite having successfully used the MLFlow UI for the past few weeks.Note: I can still access the experiment runs in a notebook, ...

MLflow Experiment UI view (no results showing up) Accessing via `mlflow.get_runs(...)`
  • 12149 Views
  • 3 replies
  • 5 kudos
Latest Reply
Kumaran
Databricks Employee
  • 5 kudos

Hi @Robbie, Thank you for posting your question in the Databricks community. Ensure that you are logging runs correctly using mlflow.start_run(), and that all relevant metrics and artifacts are being logged with the correct parameters. Please check.

  • 5 kudos
2 More Replies
Aarsh
by New Contributor II
  • 5966 Views
  • 0 replies
  • 1 kudos

Failure in Databricks Serving endpoint <build log says Pip failed due to conflicting dependency.>

Hello All,We are trying to deploy some models using Databricks Serving endpoint, But while deploying the artifact created during experiment run the serving endpoint build log says Pip failed due to conflicting dependency.The model is logged in experi...

  • 5966 Views
  • 0 replies
  • 1 kudos
Labels