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

Slalom_Tobias
by New Contributor III
  • 3705 Views
  • 2 replies
  • 3 kudos

Resolved! ML Practioner | ML 10 - Feature Store notebook | feature_store import error

the following code...from pyspark.sql.functions import monotonically_increasing_id, lit, expr, randimport uuidfrom databricks import feature_storefrom pyspark.sql.types import StringType, DoubleTypefrom databricks.feature_store import feature_table, ...

  • 3705 Views
  • 2 replies
  • 3 kudos
Latest Reply
Anonymous
Not applicable
  • 3 kudos

Hope that was an easy fix - @Tobias Cortese​ ! Thanks for marking the "best answer"!

  • 3 kudos
1 More Replies
mattsteinpreis
by New Contributor III
  • 6711 Views
  • 4 replies
  • 5 kudos

Getting Py4J "Could not find py4j jar" error when trying to use pypmml, solution doesn't work

I'm trying to use pypmml in a DB notebook, but I'm getting the known `Error : Py4JError: Could not find py4j jar at` error. I've followed the solution here: https://kb.databricks.com/libraries/pypmml-fail-find-py4j-jar.html. However, this has not wor...

  • 6711 Views
  • 4 replies
  • 5 kudos
Latest Reply
pawelmitrus
Contributor
  • 5 kudos

I've been struggling myslef with it, but after installing pypmml for spark, I can use the other library, maybe it will work for you:runtime 10.4 LTS MLinstall pypmml-spark (https://github.com/autodeployai/pypmml-spark)install pmml4s-spark (org.pmml4s...

  • 5 kudos
3 More Replies
Direo
by Contributor II
  • 2518 Views
  • 2 replies
  • 1 kudos

Is it possible to load MLFlow artifacts and models from local diretory to databricks DBFS?

I have been working locally and created a few models and now I want to move those to databricks/DBFS. Is it possible to do that?

  • 2518 Views
  • 2 replies
  • 1 kudos
Latest Reply
Vivian_Wilfred
Databricks Employee
  • 1 kudos

Hi @Direo Direo​, can you check these docs and see if it helps-https://docs.databricks.com/applications/mlflow/access-hosted-tracking-server.html#access-the-mlflow-tracking-server-from-outside-databrickshttps://docs.databricks.com/applications/mlflow...

  • 1 kudos
1 More Replies
Deep
by New Contributor II
  • 3241 Views
  • 3 replies
  • 1 kudos

ML Model serving cluster tags?

Is there a way to add tags automatically to ML Model serving clusters? I see we can add tags to the model itself which persist but any tags I add to the cluster serving it do not after the endpoint is stopped. This would be important to track billing...

  • 3241 Views
  • 3 replies
  • 1 kudos
Latest Reply
Anonymous
Not applicable
  • 1 kudos

Hey there @Deep Kalra​ Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. We'd love to hear from you....

  • 1 kudos
2 More Replies
jnjns
by New Contributor II
  • 1708 Views
  • 0 replies
  • 3 kudos

Java Error for installation rasterframes

Hi all,I have followed the steps in this notebook to install rasterframes on my databricks cluster.Eventually I am able to import the following:from pyrasterframes import rf_ipython from pyrasterframes.utils import create_rf_spark_session from pyspar...

  • 1708 Views
  • 0 replies
  • 3 kudos
hulma
by New Contributor II
  • 4757 Views
  • 4 replies
  • 0 kudos

Model serving keep relaunching

Hello, I tried to serve my model realtime. Model process keeps relaunching.I am getting this error in the logs, TypeError: Descriptors cannot not be created directly. If this call came from a _pb2.py file, your generated code is out of date and must ...

  • 4757 Views
  • 4 replies
  • 0 kudos
Latest Reply
Anonymous
Not applicable
  • 0 kudos

Hey there @Hulma Abdul Rahman​ Hope you are well. Just wanted to see if you were able to find an answer to your question and would you like to mark an answer as best? It would be really helpful for the other members too.Cheers!

  • 0 kudos
3 More Replies
Chiraag
by New Contributor II
  • 1548 Views
  • 1 replies
  • 1 kudos
  • 1548 Views
  • 1 replies
  • 1 kudos
Latest Reply
Noopur_Nigam
Databricks Employee
  • 1 kudos

Hi @Chiraag Lathia​ Gentle reminder on the answer provided by @Kaniz Fatma​ . Please let us know if you have more doubts or queries.

  • 1 kudos
Mikelo
by New Contributor II
  • 1808 Views
  • 1 replies
  • 3 kudos

Is there a latency difference between querying from the feature store and delta table?

Our team ran a benchmarking experiment comparing queries from the MLFlow feature store vs directly from delta table, and we found querying delta table was ~2-3 times faster than the feature store. So I’m wondering if someone else has done a similar b...

  • 1808 Views
  • 1 replies
  • 3 kudos
Latest Reply
Noopur_Nigam
Databricks Employee
  • 3 kudos

Hi @Mike Lo​ Gentle reminder on the answer provided by @Kaniz Fatma​ . Please let us know if you have more doubts or queries.

  • 3 kudos
vivoedoardo
by New Contributor II
  • 5864 Views
  • 3 replies
  • 1 kudos

How to track features used and filters in MLFlow?

Hello everyone,We are experimenting with several approaches in a Machine Learning project ( binary classification), and we would like to keep track of those using MLFlow. We are using the feature store to build, store, and retrieve the features, and ...

  • 5864 Views
  • 3 replies
  • 1 kudos
Latest Reply
NathanielN
New Contributor II
  • 1 kudos

 Thanks for the information, I will try to figure it out for more. Keep sharing such informative post keep suggesting such post.

  • 1 kudos
2 More Replies
Dhara
by New Contributor III
  • 26806 Views
  • 9 replies
  • 5 kudos

Access multiple .mdb files using Python

Hi, I wanted to access multiple .mdb access files which are stored in the Azure Data Lake Storage(ADLS) or on Databricks File System using Python. Is it possible to guide me how can I achieve it? It would be great if you can share some code snippets ...

  • 26806 Views
  • 9 replies
  • 5 kudos
Latest Reply
User16764241763
Databricks Employee
  • 5 kudos

@Dhara Mandal​ Can you please try below?# cmd 1 %pip instal pandas_access   # cmd 2 import pandas_access as mdb   db_filename = '/dbfs/FileStore/Campaign_Template.mdb'   # Listing the tables. for tbl in mdb.list_tables(db_filename): print(tbl)   ...

  • 5 kudos
8 More Replies
Bradley
by New Contributor III
  • 5615 Views
  • 5 replies
  • 3 kudos

How do I install a non python/R/maven/jar library into a cluster?

I'm trying to install a non standard package into the cluster using the init scripts. The package I'm trying to install needs to be downloaded using wget, and uncompressed using tar. Then added to the PATH, or at least I need to know where the downlo...

  • 5615 Views
  • 5 replies
  • 3 kudos
Latest Reply
Bradley
New Contributor III
  • 3 kudos

Thank you for the support. Yes, I was able to find a working solution.I placed the files into the distributed file system, dbfs. For others, this can be done manually using the databricks cli, or using the init scripts. In this case I found it easier...

  • 3 kudos
4 More Replies
Nachappa
by New Contributor III
  • 6996 Views
  • 4 replies
  • 6 kudos

Data model tool to connect to Databricks or Data lake?

Hi Everyone,From data modeling documentation (Dimensional/ ER Diagram), is there any tool available which can connect to databricks/ data lake and read the table structure directly and also updates the structure of table whenever there is a addition ...

  • 6996 Views
  • 4 replies
  • 6 kudos
Latest Reply
Nachappa
New Contributor III
  • 6 kudos

Hi @Kaniz Fatma​ , @Prabakar Ammeappin​ : Thanks for the reply and information. Yes, I am able to connect via DBeaver to Databricks using the JDBC and supported provided link (Sorry for delay in update as I had to try on Trial version of Enterprise D...

  • 6 kudos
3 More Replies
confusedIntern
by New Contributor III
  • 1174 Views
  • 0 replies
  • 0 kudos

MLFlow Project tutorial roadblock in viewing successful job run and run details. Resulted in failed status.

Hi! Any help will be greatly appreciated!! So I'm following this tutorial: https://docs.databricks.com/applications/mlflow/projects.html.I decided to use a folder in DBFS that contains my MLflow Project details. And so, in my project I have: MLprojec...

Screen Shot 2022-07-11 at 3.38.09 PM
  • 1174 Views
  • 0 replies
  • 0 kudos

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now
Labels