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

Forum Posts

John22
by New Contributor
  • 426 Views
  • 0 replies
  • 0 kudos

EasyOcr Endpoint not accepting inputs

Hi all! I am trying to create an endpoint for Easy OCR. I was able to create the experiment using a wrapper class with the code below:  # import libraries import mlflow import mlflow.pyfunc import cloudpickle import cv2 import re import easyocr impo...

  • 426 Views
  • 0 replies
  • 0 kudos
TonyB
by New Contributor III
  • 980 Views
  • 1 replies
  • 1 kudos

Resolved! Vector Search Indexes do not create

Hello,Am trying to create a Vector Search Index but never completes, stuck on "Provisioning pipeline compute".  I am using Databricks on AWS Sydney.Looks like the DLT pipeline is failing and retrying and fails on "WAITING_FOR_RESOURCES."Has anyone ha...

db_vs_2023-12-11_12-19-49.png
Machine Learning
llm
Vectir Search
  • 980 Views
  • 1 replies
  • 1 kudos
Latest Reply
TonyB
New Contributor III
  • 1 kudos

Ok, this is closed with the assistance of Gurpreet.  My UC Metastore didn't have an S3 bucket associated which it turned out was required for the vector search index.  Adding the S3 bucket to the Metastore and re-running the pipeline resolved.Thanks!

  • 1 kudos
Evan_MCK
by Contributor
  • 3960 Views
  • 4 replies
  • 1 kudos

Resolved! Shap Values for predictions from registered model

I have saved a model in the model registry using MLFlow. How can I find the shap values for this model once I have generated predictions in batch mode? Shap tree explainer does not support the mlflow pyfunc model type. When I use mlflow.shap.log_exp...

  • 3960 Views
  • 4 replies
  • 1 kudos
Latest Reply
peacocktv
New Contributor II
  • 1 kudos

Thank you so much for this kind of valuable post its amazing post it may helpful for each visitors. For more information go through my websites here:peacocktv.com/tv | peacocktv.com/tv/xbox

  • 1 kudos
3 More Replies
DavidKxx
by New Contributor III
  • 896 Views
  • 1 replies
  • 0 kudos

Resolved! Visualizations not displaying

With a copy of notebook https://github.com/JohnSnowLabs/spark-nlp-workshop/blob/master/open-source-nlp/03.0.SparkNLP_Pretrained_Models.ipynb imported into Databricks, there's a lovely visualization created by the cell that you can locate by searching...

DavidKxx_0-1701107229407.png DavidKxx_1-1701107287817.png
Machine Learning
NER
Visualization
  • 896 Views
  • 1 replies
  • 0 kudos
Latest Reply
DavidKxx
New Contributor III
  • 0 kudos

Here's a solution:  use a parameter (here, `return_html = True`) to get an HTML object back, and then call `displayHTML` to actually display the object.from sparknlp_display import NerVisualizer visualiser = NerVisualizer() for i in text_list: ...

  • 0 kudos
hardik
by New Contributor
  • 1516 Views
  • 1 replies
  • 0 kudos

Resolved! Served model endpoint creation failed and not able to see build log

Dear Databricks Support Team,I am currently encountering an issue while attempting to serve a model using your platform. Whenever I initiate the model serving process, it fails, and I am unable to successfully deploy my model.Additionally, I am facin...

  • 1516 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @hardik, I understand that you’re experiencing difficulties with model serving and deployment. Let’s troubleshoot this issue step by step. Model Serving with Databricks:Databricks offers Model Serving, which exposes MLflow machine learning models ...

  • 0 kudos
User16869510359
by Esteemed Contributor
  • 1487 Views
  • 2 replies
  • 0 kudos
  • 1487 Views
  • 2 replies
  • 0 kudos
Latest Reply
N_M
New Contributor III
  • 0 kudos

How does COPY_INTO work with table restore?I made some tests, and the restore method does NOT restore the key-store values of the target at the specific version, which means that the data that came after the chosen version cannot be inserted (unless ...

  • 0 kudos
1 More Replies
163050
by New Contributor II
  • 1917 Views
  • 3 replies
  • 0 kudos

Error installing datasets needed for LLM course

I signed up for this course via Databricks Academy : LLMs: Application through Production However I am getting this error when trying to download the needed datasets for the course:Installing datasets:| from "wasbs://courseware@dbacademy.blob.core.wi...

163050_0-1696757589160.png
  • 1917 Views
  • 3 replies
  • 0 kudos
Latest Reply
david_for_db
New Contributor II
  • 0 kudos

You would need to install the python library. You can either:1) Run %pip install datasets2) Put it as part of the PyPi packages to load in your cluster This should solve your issue

  • 0 kudos
2 More Replies
Feather
by New Contributor III
  • 633 Views
  • 1 replies
  • 0 kudos

ML Experiment - AttributeError: 'NoneType' object has no attribute 'url'

When running a simple ML experiment this error appears:no Idea what this could mean, has anyone else encountered this error or know what it is? 

Feather_0-1700265415411.png Feather_1-1700265499864.png Feather_2-1700265537836.png
  • 633 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @Feather , Before accessing an attribute, ensure that the object is not None. You can use a conditional statement to verify this.    

  • 0 kudos
chari
by Contributor
  • 4128 Views
  • 1 replies
  • 1 kudos

Resolved! workflow job

Hi ,When I create a job of a machine learning model and run the job I see that the cell outputs do not get updated. The model variables would have updated, however.  I also need to keep the notebook updated with cell outputs always when I run the job...

  • 4128 Views
  • 1 replies
  • 1 kudos
Latest Reply
Kaniz
Community Manager
  • 1 kudos

Hi @chari, Certainly! It sounds like you’re encountering a common issue when running machine learning jobs in notebooks.    Let’s explore some tips to address this:   Cell Outputs Not Updating: When you run a cell in a notebook, the output is typical...

  • 1 kudos
Supreme_Auto_Ci
by New Contributor II
  • 1657 Views
  • 5 replies
  • 4 kudos
  • 1657 Views
  • 5 replies
  • 4 kudos
Latest Reply
rahulroy
New Contributor II
  • 4 kudos

Data science is a multidisciplinary field that uses scientific methods, processes, algorithms, and systems to extract knowledge and insights from data. It encompasses the entire data lifecycle, from data acquisition to data exploration, modeling, and...

  • 4 kudos
4 More Replies
Robbie
by New Contributor III
  • 4587 Views
  • 5 replies
  • 7 kudos

Why are my MLflow results not showing up in the Experiment UI view?

The issue:None of my MLflow experiment results show up in the Experiment UI. Context:I encountered this issue recently, despite having successfully used the MLFlow UI for the past few weeks.Note: I can still access the experiment runs in a notebook, ...

MLflow Experiment UI view (no results showing up) Accessing via `mlflow.get_runs(...)`
  • 4587 Views
  • 5 replies
  • 7 kudos
Latest Reply
RichardKous
New Contributor II
  • 7 kudos

Hello ! Well, fret not, my friend! I've stumbled upon my own little paradise, visit now , and let me tell you, it boasts a video collection that's nothing short of extraordinary. The performers on this platform? Seasoned pros with an unmatched level ...

  • 7 kudos
4 More Replies
choi_2
by New Contributor II
  • 6834 Views
  • 1 replies
  • 0 kudos

Resolved! Runtime issue

Hello,I am working on a machine learning project. The dataset I am using has more than 5000000 rows. I am using PySpark, and the attached screenshot is the block I used RandomForestRegressor to train the model.It worked even though it took a pretty l...

  • 6834 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @choi_2 , Hello! It sounds like you’re dealing with some challenges while working on your machine learning project.    Handling large datasets can indeed be tricky, especially when memory constraints and processing time come into play.    Let’s ex...

  • 0 kudos
thibault
by Contributor
  • 853 Views
  • 1 replies
  • 0 kudos

Resolved! Registered models - edit creator

Hi!I'm using MLFlow API to log and load models in Databricks. When we created a dedicated workspace for models registry, one person created multiple models, and for some reason now all models are logged with this person as the creator.This person no ...

  • 853 Views
  • 1 replies
  • 0 kudos
Latest Reply
Kaniz
Community Manager
  • 0 kudos

Hi @thibault , Hello! It seems you’re dealing with a situation where the original creator of multiple models in your Databricks workspace no longer exists, and you’d like to change the creator to a service principal.   Let’s address this step by step...

  • 0 kudos
tjkentSI
by New Contributor
  • 796 Views
  • 1 replies
  • 0 kudos

Bootstrap timeout on instance creation

I am getting the following error...{ "reason": { "code": "BOOTSTRAP_TIMEOUT", "parameters": { "databricks_error_message": "[id: InstanceId(i-0e552e85c37c9da2d), status: INSTANCE_INITIALIZING, workerEnvId:WorkerEnvId(workerenv-12661843...

  • 796 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16539034020
Contributor II
  • 0 kudos

Hello,  Thanks for contacting Databricks Support.  From the error message: [Bootstrap Event] Can reach databricks-prod-artifacts-us-east-1.s3.amazonaws.com: [FAILED]. It suggests an issue with reaching a Databricks-related AWS S3 bucket from your env...

  • 0 kudos
camazg
by New Contributor
  • 483 Views
  • 0 replies
  • 0 kudos

Copying Models Between Metastores

Hello,We need to promote models to different environments in different regions, they exist in Unity Catalog.We are setting up DataBricks metastores across different regions.We wanted to follow this approach to copy models via UC https://docs.gcp.data...

  • 483 Views
  • 0 replies
  • 0 kudos
Labels