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

Forum Posts

jaredaw
by New Contributor II
  • 1127 Views
  • 2 replies
  • 2 kudos

Resolved! AutoML with Stratified Sampling

Is it possible to use a stratified sampling strategy for the train/test/validate splits that the automl library does? We are working in a context where we need to segregate certain groups from the training and test sets to see how our models general...

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

HI @Jared Webb​ Thank you for posting your question in our community! We are happy to assist you.To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answers yo...

  • 2 kudos
1 More Replies
ppang
by New Contributor III
  • 499 Views
  • 0 replies
  • 0 kudos

Does Databricks Container Services (DCS) support for GPU containers with Databricks Runtime 11.3 LTS and higher?

I have been trying to start a cluster using DCS with GPU containers (https://github.com/databricks/containers/tree/master/ubuntu/gpu), but was only successful with Databricks Runtime 10.4 LTS and lower. With Databricks Runtime 11.3 LTS and higher, I ...

  • 499 Views
  • 0 replies
  • 0 kudos
MukulDegweker
by New Contributor
  • 1324 Views
  • 2 replies
  • 1 kudos

Isolation Forest prediction failing DLT pipeline, the same model works fine when prediction is done outside DLT pipeline.

Hey community membersI am new to Databricks and was building a simple DLT pipleine that loads data from S3 and runs an Isolation forest prediction to detect anomalies. The model has been stored in Model Registry. Here's the code for the pipeline:@dlt...

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

Hi @Mukul Degweker​ 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.Tha...

  • 1 kudos
1 More Replies
Kaniz
by Community Manager
  • 747 Views
  • 3 replies
  • 3 kudos

 �� Monthly Community Q&A: Ask the Experts! �� We're excited to announce our first monthly Community Q&A session!  This is y...

  Monthly Community Q&A: Ask the Experts! We're excited to announce our first monthly Community Q&A session! This is your chance to ask questions, seek advice, and gain insights from our team of Data Science and AI experts.Whether you're curious abou...

questions-answers
  • 747 Views
  • 3 replies
  • 3 kudos
Latest Reply
Anonymous
Not applicable
  • 3 kudos

Hi! @Kaniz Fatma​ Thanks for the answer and nice explanation. As per my expertise, even embedded systems design with IoT work in a wide range of areas. It just only requires an AI gateway system.

  • 3 kudos
2 More Replies
Saurabh707344
by New Contributor III
  • 499 Views
  • 1 replies
  • 2 kudos

Sample Archietcture for Databricks MLOps

Do anyone have sample architectures for Mlops using Databricks and other possible variations of architecture ?

  • 499 Views
  • 1 replies
  • 2 kudos
Latest Reply
Annapurna_Hiriy
New Contributor III
  • 2 kudos

@Saurabh Singh​ This is well documented here:https://www.databricks.com/blog/2022/06/22/architecting-mlops-on-the-lakehouse.htmlPlease see: Reference architecture for MLOpsFurther refrences: Refer to The Big Book of MLOps for more discussion of the a...

  • 2 kudos
Anonymous
by Not applicable
  • 297 Views
  • 0 replies
  • 1 kudos

Hello Everyone, I am thrilled to announce that we have our 5th winner for the raffle contest - @Emilia​. Please join me in congratulating her on this ...

Hello Everyone,I am thrilled to announce that we have our 5th winner for the raffle contest - @Emilia​. Please join me in congratulating her on this remarkable achievement!Your dedication and hard work have paid off, and we are delighted to have you ...

Winner5
  • 297 Views
  • 0 replies
  • 1 kudos
BenLambert
by Contributor
  • 576 Views
  • 1 replies
  • 1 kudos

When should you use the directory listing vs file notification

We are using Delta Live Tables for running ingestion pipelines and have come across the two options for the autoloader "file notification" vs "directory listing" this is reflected in the option cloudFiles.useIncrementalListing. We are wondering what ...

  • 576 Views
  • 1 replies
  • 1 kudos
Latest Reply
Anonymous
Not applicable
  • 1 kudos

@Bennett Lambert​ :The choice between using "file notification" vs "directory listing" for the autoloader in Delta Live Tables depends on your specific use case and requirements. Here are some general guidelines:Use file notification if you need real...

  • 1 kudos
956020
by New Contributor II
  • 1394 Views
  • 1 replies
  • 3 kudos

Resolved! Issue with running multiprocessing on databricks: Python kernel is unresponsive error

Hello, My problem:I'm trying to run a pytorch code which include multiprocessing on databricks and mt code is crashing with the note: Fatal error: The Python kernel is unresponsive.The Python process exited with exit code 134 (SIGABRT: Aborted).Closi...

  • 1394 Views
  • 1 replies
  • 3 kudos
Latest Reply
-werners-
Esteemed Contributor III
  • 3 kudos

This is because multiprocessing will not use the distributed framework of spark/databricks.When you use that, your code will run on the driver only and the workers are not doing anything.More info here.So you should use a spark-enabled ML library, li...

  • 3 kudos
Priyag1
by Honored Contributor II
  • 549 Views
  • 1 replies
  • 9 kudos

***Understanding Databricks Machine Learning Workspace - 1***Databricks Machine Learning helps you simplify and standardize your ML development proce...

***Understanding Databricks Machine Learning Workspace - 1***Databricks Machine Learning helps you simplify and standardize your ML development processes. It is helpful to :Train models either manually or with AutoML.Track training parameters and mo...

  • 549 Views
  • 1 replies
  • 9 kudos
Latest Reply
samhita
New Contributor III
  • 9 kudos

good initiative

  • 9 kudos
MichaelO
by New Contributor III
  • 4102 Views
  • 3 replies
  • 1 kudos

XGBModel' object has no attribute 'feature_types'

I saved an xgboost boost model in filetstore as a pkl file.I call the model by the commands belowmodel = pickle.load(open('/.../model.pkl', 'rb'))model.predict_proba(df[features])The model has been running for sometime with the above commands but I n...

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

Hi @Michael Okelola​ Thank you for posting your question in our community! We are happy to assist you.To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answe...

  • 1 kudos
2 More Replies
Hubert-Dudek
by Esteemed Contributor III
  • 541 Views
  • 0 replies
  • 2 kudos

Introducing the new databricks UI: a sleek and intuitive data science and engineering interface. Don’t miss this opportunity to experience the power a...

Introducing the new databricks UI: a sleek and intuitive data science and engineering interface. Don’t miss this opportunity to experience the power and simplicity of Databricks. Try it out today! 

ui1 ui2
  • 541 Views
  • 0 replies
  • 2 kudos
Anonymous
by Not applicable
  • 285 Views
  • 0 replies
  • 1 kudos

 Hello Everyone, I am thrilled to announce that we have our 3rd winner for the raffle contest - @Jogeswara​. Please join me in congratulating him on t...

 Hello Everyone,I am thrilled to announce that we have our 3rd winner for the raffle contest - @Jogeswara​. Please join me in congratulating him on this remarkable achievement!Jogesswara, your dedication and hard work have paid off, and we are deligh...

Winner3
  • 285 Views
  • 0 replies
  • 1 kudos
Howard_w
by New Contributor
  • 1564 Views
  • 2 replies
  • 1 kudos

Resolved! Study material ML associate certification

Hi, is there an officially recommended book for the machine learning associate/professional certification? Or any sort of study guide or even third party course? I really struggle to find some study material for this activity.

  • 1564 Views
  • 2 replies
  • 1 kudos
Latest Reply
Priyag1
Honored Contributor II
  • 1 kudos

hello, to get an overview you may find out ML certification course from data bricks academy and refer the related concepts

  • 1 kudos
1 More Replies
Anonymous
by Not applicable
  • 840 Views
  • 1 replies
  • 7 kudos

Train machine learning models: How can I take my ML lifecycle from experimentation to production?

Note: the following guide is primarily for Python users. For other languages, please view the following links: • Table batch reads and writes • Create a table in SQL • Visualizing data with DBSQLThis step-by-step guide will get your data...

Image Image Image Image
  • 840 Views
  • 1 replies
  • 7 kudos
Latest Reply
Priyag1
Honored Contributor II
  • 7 kudos

I got good knowledge by your post . It is very clear . Thank you . Keep sharing like this posts .It will be helpful

  • 7 kudos
rohi
by New Contributor II
  • 449 Views
  • 1 replies
  • 3 kudos
  • 449 Views
  • 1 replies
  • 3 kudos
Latest Reply
Priyag1
Honored Contributor II
  • 3 kudos

@Rohini Singh​ what is your question exactly about program and code , be clear about what u wanna know

  • 3 kudos
Labels