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

zachclem
by New Contributor III
  • 3542 Views
  • 2 replies
  • 1 kudos

Resolved! Logging model to MLflow using Feature Store API. Getting TypeError: join() argument must be str, bytes, or os.PathLike object, not 'dict'

I'm using databricks. Trying to log a model to MLflow using the Feature Store log_model function. but I have this error: TypeError: join() argument must be str, bytes, or os.PathLike object, not 'dict' I'am using the Databricks runtime ml (10.4 LTS M...

  • 3542 Views
  • 2 replies
  • 1 kudos
Latest Reply
zachclem
New Contributor III
  • 1 kudos

I updated by Databricks Run Time from 10.4 to 12.1 and this solved the issue.

  • 1 kudos
1 More Replies
cheng
by New Contributor
  • 824 Views
  • 0 replies
  • 0 kudos

Prophet/PyStan compiling error in Runtime 10.4 LTS ML

We're upgrading our ML jobs from using Runtime 9.1 LTS ML to Runtime 10.4 LTS ML in Databricks. One of the libraries our jobs relying on is Prophet. From 9.1 to 10.4, both the versions of Prophet (1.0.1) and PyStan (2.19.1.1) haven't changed, however...

  • 824 Views
  • 0 replies
  • 0 kudos
confusedIntern
by New Contributor III
  • 2624 Views
  • 4 replies
  • 0 kudos

Resolved! Spark Version Json code for LTS ML cluster

Hi! Any help will be greatly appreciated! Thank you so much! So I'm currently following this tutorial: https://docs.databricks.com/applications/mlflow/projects.htmlIn the tutorial, for the cluster specification, it has "spark_version": "7.3.x-scala2....

  • 2624 Views
  • 4 replies
  • 0 kudos
Latest Reply
tomasz
Databricks Employee
  • 0 kudos

Also for 9.1 LTS ML it should be: "9.1.x-cpu-ml-scala2.12"

  • 0 kudos
3 More Replies
Labels