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

Forum Posts

akc
by New Contributor III
  • 602 Views
  • 2 replies
  • 1 kudos

E-mail notification on failure run with DBX deployment

I am deploying workflow to Databricks using DBX. Here I want to add that when the workflow runs and if it fails I will get an e-mail on my_email@email.com. I have included an example workflow. deployments: - name: my_workflow ... # Other wo...

  • 602 Views
  • 2 replies
  • 1 kudos
Latest Reply
Kumaran
Valued Contributor III
  • 1 kudos

Hi @akc,Thank you for posting your question in the Databricks community.Please refer to this documentation for the email notification.

  • 1 kudos
1 More Replies
phdykd
by New Contributor
  • 3039 Views
  • 1 replies
  • 0 kudos

Cannot re-initialize CUDA in forked subprocess.

This is the error I am getting :"RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method". I am using 13.0nc12s_v3 Cluster.I used this one :"import torch.multiprocessing as...

  • 3039 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kumaran
Valued Contributor III
  • 0 kudos

Hi @phdykd,Thank you for posting your question in the Databricks community.One approach is to include the start_method="fork" parameter in the spawn function call as follows: mp.spawn(*prev_args, start_method="fork"). Although this will work, it migh...

  • 0 kudos
416412
by New Contributor
  • 675 Views
  • 0 replies
  • 0 kudos

Unable to Infer Spark ML Pipeline model when built using Custom Preprocessing Stages

We are trying to build an internal use case based on PySpark. The data we have requires a lot of pre-processing. Hence, to cater to that we have used custom Spark ML pipeline stages as some of the transformations that need to be done on our data aren...

code_snipped.png Screenshot 2023-07-14 165821.png
Machine Learning
estimator
machine-learning
mlflow
spark-ml
transformer
  • 675 Views
  • 0 replies
  • 0 kudos
YanhDong_68817
by New Contributor II
  • 717 Views
  • 4 replies
  • 4 kudos

Pyspark streaming optimization we need to focus on

What optimization we should focus on?

  • 717 Views
  • 4 replies
  • 4 kudos
Latest Reply
Tharun-Kumar
Honored Contributor II
  • 4 kudos

@YanhDong_68817 This document is one of the good places to start evaluating our streaming pipeline - https://docs.databricks.com/structured-streaming/production.html

  • 4 kudos
3 More Replies
raghagra
by New Contributor III
  • 1025 Views
  • 2 replies
  • 2 kudos

Resolved! sparkxgbregressor and RandomForestRegressor not able to deploy for inferencing

I have been trying to deploy spark ML Models from the experiement page via UI, the deployment gets aborted after a long run, any particular reason for why this might be happening? I have also taken care of dependencies still it is failing.Dependency ...

  • 1025 Views
  • 2 replies
  • 2 kudos
Latest Reply
raghagra
New Contributor III
  • 2 kudos

@Kumaran Thanks for the reply kumaram The deployment was finally successful for Random Forest algorithm, failing for sparkxgbregressor.Sharing code snippet:from xgboost.spark import SparkXGBRegressor vec_assembler = VectorAssembler(inputCols=train_df...

  • 2 kudos
1 More Replies
F5
by New Contributor
  • 549 Views
  • 2 replies
  • 0 kudos

Databricks machine learning associate certificate test was suspended

Hello, I was doing this test on July 5th at 1:45pm (Los Angelas) time, and the test screen complained about my eyes not looking at screen for 5 seconds (when my room got really hot and I picked up a fan on the side), then the test was suspended. Can ...

  • 549 Views
  • 2 replies
  • 0 kudos
Latest Reply
Kumaran
Valued Contributor III
  • 0 kudos

Hi @F5 ,Thank you for posting question in Databricks community.I can see that support request #00342886 has been already handled, Please let us know if you need more help on this.

  • 0 kudos
1 More Replies
KevinKnights
by New Contributor II
  • 1416 Views
  • 5 replies
  • 0 kudos

Fine Tuning Dolly

Hi Community, could you guys share your experience fine tuning Dolly? Thanks, Kevin K.

  • 1416 Views
  • 5 replies
  • 0 kudos
Latest Reply
Kumaran
Valued Contributor III
  • 0 kudos

Hi @KevinKnights,Thank you for your question in the Databricks community.I understand that you are looking for documentation on how to fine-tune the Dolly model. Please refer to this documentation on how to fine-tune the model, and let us know if it ...

  • 0 kudos
4 More Replies
Nico3
by New Contributor
  • 584 Views
  • 2 replies
  • 1 kudos

Keeping track of ML models and data assets with Unity Catalogue

Hi all,Our company has trouble keeping track of existing ML models developed by several different teams.On top of this it is hard to keep track of all the data assets collected by all our different divisions.Does Unity Catalogue keep track of ML mode...

  • 584 Views
  • 2 replies
  • 1 kudos
Latest Reply
Anonymous
Not applicable
  • 1 kudos

Hi @Nico3  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!

  • 1 kudos
1 More Replies
Dawid
by New Contributor II
  • 757 Views
  • 2 replies
  • 2 kudos

Resolved! How to use ml flow with pytorch?

Excited to learn how can I efficiently and quickly log metrics in ml flow from my pytorch model? #summit23

  • 757 Views
  • 2 replies
  • 2 kudos
Latest Reply
Anonymous
Not applicable
  • 2 kudos

Hi @Dawid  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!

  • 2 kudos
1 More Replies
bb_s
by New Contributor
  • 509 Views
  • 2 replies
  • 0 kudos
  • 509 Views
  • 2 replies
  • 0 kudos
Latest Reply
Anonymous
Not applicable
  • 0 kudos

Hi @bb_s  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
1 More Replies
Othman
by New Contributor
  • 312 Views
  • 0 replies
  • 0 kudos

Can't get R html visualisation to work

I'm trying to get a visualisation made using R's networkD3 package to show up in my notebook, but it simply refuses to work. I simply get an empty cell result. Apparently this is a common problem for HTML/JS packages (cfr. https://github.com/Microsof...

  • 312 Views
  • 0 replies
  • 0 kudos
gkrishnan82
by New Contributor
  • 524 Views
  • 2 replies
  • 0 kudos

Pathway to becoming a ML Associate

Hey guys! I wanted to know how many hours it will take me to become a ML Associate? Any feedback would be appreciated. 

  • 524 Views
  • 2 replies
  • 0 kudos
Latest Reply
Anonymous
Not applicable
  • 0 kudos

Hi @gkrishnan82  We haven't heard from you since the last response from @Kumaran â€‹, and I was checking back to see if her suggestions helped you. Or else, If you have any solution, please share it with the community, as it can be helpful to others.  ...

  • 0 kudos
1 More Replies
w_silveira
by New Contributor II
  • 795 Views
  • 2 replies
  • 1 kudos

Resolved! LLM experience in production

Are LLMs really ready for production deployment?

  • 795 Views
  • 2 replies
  • 1 kudos
Latest Reply
GKH
New Contributor II
  • 1 kudos

We have been facing issues serving even simple models in production:https://community.databricks.com/t5/machine-learning/errors-using-dolly-deployed-as-a-rest-api/m-p/37405#M1939

  • 1 kudos
1 More Replies
HappyScientist
by New Contributor
  • 176 Views
  • 0 replies
  • 0 kudos

Received Fatal error: The Python kernel is unresponsive.

I am running a databricks job on a cluster and I keep running into the following issue (pasted below in bold) The job trains a machine learning model on a modestly sized dataset (~ half GB). Note that I use pandas dataframes for the data, sklearn for...

  • 176 Views
  • 0 replies
  • 0 kudos
Labels