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

Kjetil
by Contributor
  • 4009 Views
  • 1 replies
  • 0 kudos

FeatureEngineeringClient and Unity Catalog

When testing this code  ( fe.score_batch( df=dataset.drop("Target").limit(10), model_uri=f"models:/{model_name}/{mv.version}", ) .select("prediction") .limit(10) .display() )  I get the error: â€œMlflowException: The...

  • 4009 Views
  • 1 replies
  • 0 kudos
Latest Reply
mark_ott
Databricks Employee
  • 0 kudos

Your issues are tied to authentication and network/configuration differences between Unity Catalog and Workspace models in Databricks, specifically when using the FeatureEngineeringClient. Key Issues FeatureEngineeringClient + Unity Catalog: You get...

  • 0 kudos
SreeRam
by New Contributor
  • 3632 Views
  • 1 replies
  • 0 kudos

Patient Risk Score based on health history: Unable to create data folder for artifacts in S3 bucket

Hi All,we're using the below git project to build PoC on the concept of "Patient-Level Risk Scoring Based on Condition History": https://github.com/databricks-industry-solutions/hls-patient-riskI was able to import the solution into Databricks and ru...

  • 3632 Views
  • 1 replies
  • 0 kudos
Latest Reply
Louis_Frolio
Databricks Employee
  • 0 kudos

Greetings @SreeRam , here are some suggestions for you. Based on the error you're encountering with the hls-patient-risk solution accelerator, this is a common issue related to MLflow artifact access and storage configuration in Databricks. The probl...

  • 0 kudos
tarunnagar
by Contributor
  • 550 Views
  • 1 replies
  • 1 kudos

Best Practices for Collaborative Notebook Development in Databricks

Hi everyone! I’m looking to learn more about effective strategies for collaborative development in Databricks notebooks. Since notebooks are often used by multiple data scientists, analysts, and engineers, managing collaboration efficiently is critic...

  • 550 Views
  • 1 replies
  • 1 kudos
Latest Reply
AbhaySingh
Databricks Employee
  • 1 kudos

For version control, use this approach.Git Integration with Databricks ReposCore Features:Databricks Git Folders (Repos) provides native Git integration with visual UI and REST API access Supports all major providers: GitHub, GitLab, Azure DevOps, Bi...

  • 1 kudos
AlkaSaliss
by New Contributor II
  • 820 Views
  • 3 replies
  • 2 kudos

Unable to register Scikit-learn or XGBoost model to unity catalog

Hello, I'm following the tutorial provided here https://docs.databricks.com/aws/en/notebooks/source/mlflow/mlflow-classic-ml-e2e-mlflow-3.html for ML model management process using ML FLow, in a unity-catalog enabled workspace, however I'm facing an ...

  • 820 Views
  • 3 replies
  • 2 kudos
Latest Reply
gbhatia
New Contributor II
  • 2 kudos

Maybe add missing: mlflow.set_tracking_uri("databricks")mlflow.set_registry_uri("databricks")

  • 2 kudos
2 More Replies
gbhatia
by New Contributor II
  • 1089 Views
  • 3 replies
  • 1 kudos

Endpoint deployment is very slow

HI team I am testing some changes on UAT / DEV environment and noticed that the model endpoint are very slow to deploy. Since the environment is just testing and not serving any production traffic, I was wondering if there was a way to expedite this ...

  • 1089 Views
  • 3 replies
  • 1 kudos
Latest Reply
gbhatia
New Contributor II
  • 1 kudos

Hi @WiliamRosa Thanks for your response on this. I have been using the setting you described aboved, with the exception of `scale_to_zero`. PFA screenshot of the endpoint settings. My deployment is a simple Pytorch Deep Learning model wrapped in a `s...

  • 1 kudos
2 More Replies
Edwin1
by New Contributor III
  • 1716 Views
  • 4 replies
  • 4 kudos

Resolved! Distributed Optuna and MLflow

Hello All, I just tried running the following notebook (https://docs.databricks.com/aws/en/notebooks/source/machine-learning/optuna-mlflow.html)  on the Databricks Free Edition platform , through Microsoft Account Authentication. It takes 15 minutes ...

Edwin1_0-1757179781808.png
  • 1716 Views
  • 4 replies
  • 4 kudos
Latest Reply
Edwin1
New Contributor III
  • 4 kudos

Great. Thank you. That worked. I still need more compute and networking resources to make it justifiable, but this confirms that it works !!!

  • 4 kudos
3 More Replies
Aravinda
by New Contributor III
  • 1040 Views
  • 5 replies
  • 2 kudos

Resolved! Databricks Machine Learning Practitioner Plan - DBC section unavailability

Hi Everyone,I am not able to locate any DBC folders for each course present in the machine learning practitioner plan.Earlier, we used to have DBC sections where we can access the course and lab materials.Do we have any solution to this??? Or can som...

  • 1040 Views
  • 5 replies
  • 2 kudos
Latest Reply
Aravinda
New Contributor III
  • 2 kudos

Thanks @szymon_dybczak !!

  • 2 kudos
4 More Replies
FedeRaimondi
by Contributor II
  • 894 Views
  • 1 replies
  • 1 kudos

Feature Store Benchmarks

We are currently planning to create feature tables to serve machine learning models in our organization.I am struggling to find interesting benchmarks on Databricks Feature Store performances vs using directly Delta Tables. It would also be interesti...

  • 894 Views
  • 1 replies
  • 1 kudos
Latest Reply
WiliamRosa
Contributor III
  • 1 kudos

We’re also exploring this internally and found very limited public benchmarks comparing Databricks Feature Store to directly using Delta Tables. That said, the open-source project featurestore-benchmarks provides a framework to evaluate offline and o...

  • 1 kudos
FedeRaimondi
by Contributor II
  • 1341 Views
  • 2 replies
  • 3 kudos

Resolved! Issue with FeatureEngineeringClient().log_model()

I am receiving a weird error when trying to log an xgboost model using feature engineering api.I was able to log the model correctly with classic mlflow.xgboost.log_model() without any issues but when I switched to feature store recommended approach ...

  • 1341 Views
  • 2 replies
  • 3 kudos
Latest Reply
FedeRaimondi
Contributor II
  • 3 kudos

There is a typo in the libraries versions: I was using databricks-feature-engineering version 0.13, by downgrading to databricks-feature-engineering==0.12.1 (current stable version as of today: 4th August 2025) the code above functions as expected.

  • 3 kudos
1 More Replies
elisabethfalck
by New Contributor
  • 589 Views
  • 1 replies
  • 0 kudos

Forecasting serverless can write predicitons, compute cluster cannot ???

Hi! I have something I don't understand.... I used automl forecasting (serverless) to train a model and marked my schema edw_forecasting as output database where it saved the predictions of my best model. Awesome.However, when I try to do automl fore...

elisabethfalck_0-1754142475527.png elisabethfalck_1-1754142546110.png
  • 589 Views
  • 1 replies
  • 0 kudos
Latest Reply
Khaja_Zaffer
Contributor III
  • 0 kudos

Did you contact your account team? @elisabethfalck  Also as per the error: can you make 5 max worker nodes?  

  • 0 kudos
NAS
by New Contributor III
  • 6860 Views
  • 6 replies
  • 1 kudos

How can I use the feature store for time series out of sample prediction?

For instance, have a new model trained every Saturday with training data up to the previous Fri, and use such model to predict daily the following week?In the same context, if the features are keyed by date, could I create a training set with a diffe...

  • 6860 Views
  • 6 replies
  • 1 kudos
Latest Reply
RasmusBrostroem
New Contributor II
  • 1 kudos

Hello, I just came across this and I have a similar question. I am quite new to Databricks and the feature store, but I wanted to use it, however, I am having some difficulty figuring out what specifically I can do.In my case I am using XGBoost regre...

  • 1 kudos
5 More Replies
shivsingh
by New Contributor
  • 1481 Views
  • 1 replies
  • 0 kudos

How to export genie externally

Is it possible to deploy the Genie model externally from Databricks and integrate it as a standalone chatbot through an API interface?

  • 1481 Views
  • 1 replies
  • 0 kudos
Latest Reply
Shua42
Databricks Employee
  • 0 kudos

Hi @shivsingh , This is possible through the Genie API. You can find documentation here: https://docs.databricks.com/api/workspace/genie , and here is a blog post with some best practices: https://www.databricks.com/blog/genie-conversation-apis-publi...

  • 0 kudos
cmd0160
by New Contributor
  • 1141 Views
  • 1 replies
  • 0 kudos

Interactive EDA task in a Job Workflow

I am trying to configure an interactive EDA task as part of a job workflow. I'd like to be able to trigger a workflow, perform some basic analysis then proceed to a subsequent task. I haven't had any success freezing execution. Also, the job workflow...

  • 1141 Views
  • 1 replies
  • 0 kudos
Latest Reply
Alberto_Umana
Databricks Employee
  • 0 kudos

Hello @cmd0160, Freezing job execution to perform interactive tasks directly within a job workflow is not natively supported in Databricks. The job workflow UI and the notebook UI serve different purposes, and the interactive capabilities you find in...

  • 0 kudos
Akash_Wadhankar
by New Contributor III
  • 1021 Views
  • 0 replies
  • 0 kudos

Learn Databricks AI medium article series for fellow learners.

When it comes to machine learning, the platform plays a pivotal role in successful implementation. Databricks offers a best-in-class machine learning platform with cutting-edge features such as MLflow, Model Registry, Feature Store, and MLOps, which ...

Machine Learning
DatabricksML MachineLearning AI FeatureStore DecisionScience
  • 1021 Views
  • 0 replies
  • 0 kudos
zed
by New Contributor III
  • 2605 Views
  • 3 replies
  • 0 kudos

Consequences of Not Using write_table with Feature Engineering Client and INSERT OVERWRITE

Hello Databricks Community,I am currently using the Feature Engineering client and have a few questions about best practices for writing to Feature Store Tables.I would like to know more about not using the write_table method directly from the featur...

  • 2605 Views
  • 3 replies
  • 0 kudos
Latest Reply
Brahmareddy
Esteemed Contributor
  • 0 kudos

Hi @zed,How are you doing? As per my understanding, Consider using the write_table method from the Feature Engineering client to ensure that all Feature Store functionality is properly leveraged, such as cataloging, lineage tracking, and handling upd...

  • 0 kudos
2 More Replies
Labels