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

smurug
by New Contributor II
  • 3380 Views
  • 3 replies
  • 2 kudos

Databricks Observability - Sample / Pre-defined queries / notebooks for capturing the needed metrics from the Overwatch data model.

We are exploring Overwatch for data bricks environment monitoring. While we understand that different types of metrics (Audit and cluster) can be fetched from the overwatch data model at an high level. Are there any pre-defined queries / jump start n...

  • 3380 Views
  • 3 replies
  • 2 kudos
Latest Reply
SriramMohanty
Databricks Employee
  • 2 kudos

Overwatch has 44+ prebuilt Dashboards you can get started just ask for it in https://github.com/databrickslabs/overwatch as an user question you will get an response.

  • 2 kudos
2 More Replies
MaKarenina
by New Contributor
  • 1881 Views
  • 0 replies
  • 0 kudos

ML Flow until January 24

Hi! When i was creating a new endpoint a have this alert  CREATE A MODEL SERVING ENDPOINT TO SERVE YOUR MODEL BEHIND A REST API INTERFACE. YOU CAN STILL USE LEGACY ML FLOW MODEL SERVING UNTIL JANUARY 2024 I don't understand if my Legacy MLFlow Model ...

  • 1881 Views
  • 0 replies
  • 0 kudos
Onkar01
by New Contributor
  • 2139 Views
  • 1 replies
  • 0 kudos

how to use databricks foundation models outside databricks environment?

i want to use below code outside databricks environment without using cluster .getting issue while i am using chat_model.predict().how to authenticate this outside databricks or any other way to this?  # Test Databricks Foundation LLM modelfrom langc...

  • 2139 Views
  • 1 replies
  • 0 kudos
Latest Reply
Wojciech_BUK
Valued Contributor III
  • 0 kudos

Are you perhaps talking about Model Serving ?https://docs.databricks.com/en/machine-learning/model-serving/index.html#requirementsThis is how you configure it https://docs.databricks.com/en/machine-learning/model-serving/create-manage-serving-endpoin...

  • 0 kudos
pablobd
by Contributor II
  • 3040 Views
  • 1 replies
  • 0 kudos

MLFlow Output Signature

I want to define the output of a MLFlow model to include a dictionary of string to float. I did this, but it doesn't work. Do you know if it's possible at all?  from mlflow.types.schema import Schema, ColSpec output_schema = Schema([ ColSpec("diction...

  • 3040 Views
  • 1 replies
  • 0 kudos
Latest Reply
pablobd
Contributor II
  • 0 kudos

Solved with the json module that converts the dict into string, thanks! import jsonjson.dumps(...)

  • 0 kudos
TonyB
by New Contributor III
  • 9160 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
  • 9160 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
BeadsPlayer
by New Contributor II
  • 1892 Views
  • 0 replies
  • 0 kudos

Streaming inference with Delta Live Tables for a model registered in Unity Catalog

Hi there, I'm trying to run a streaming inference with Delta Live Tables with tables and a model registered in Unity Catalog, but it fails for unclear reasons. The DLT pipeline is based on a notebook, the channel is set to 'Preview', presumably runni...

Machine Learning
Delta Live Tables
streaming
Unity Catalog
  • 1892 Views
  • 0 replies
  • 0 kudos
DavidKxx
by Contributor
  • 3168 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
  • 3168 Views
  • 1 replies
  • 0 kudos
Latest Reply
DavidKxx
Contributor
  • 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
brickster_2018
by Databricks Employee
  • 5389 Views
  • 2 replies
  • 0 kudos
  • 5389 Views
  • 2 replies
  • 0 kudos
Latest Reply
N_M
Contributor
  • 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
chari
by Contributor
  • 4889 Views
  • 0 replies
  • 0 kudos

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...

  • 4889 Views
  • 0 replies
  • 0 kudos
Supreme_Auto_Ci
by New Contributor II
  • 4241 Views
  • 4 replies
  • 4 kudos
  • 4241 Views
  • 4 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
3 More Replies
choi_2
by New Contributor III
  • 9403 Views
  • 0 replies
  • 1 kudos

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...

  • 9403 Views
  • 0 replies
  • 1 kudos
tjkentSI
by New Contributor
  • 2659 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...

  • 2659 Views
  • 1 replies
  • 0 kudos
Latest Reply
User16539034020
Databricks Employee
  • 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
Labels