Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Practical Machine Learning on Databricks

You're reading from  Practical Machine Learning on Databricks

Product type Book
Published in Nov 2023
Publisher Packt
ISBN-13 9781801812030
Pages 244 pages
Edition 1st Edition
Languages
Author (1):
Debu Sinha Debu Sinha
Profile icon Debu Sinha

Table of Contents (16) Chapters

Preface Part 1: Introduction
Chapter 1: The ML Process and Its Challenges Chapter 2: Overview of ML on Databricks Part 2: ML Pipeline Components and Implementation
Chapter 3: Utilizing the Feature Store Chapter 4: Understanding MLflow Components on Databricks Chapter 5: Create a Baseline Model Using Databricks AutoML Part 3: ML Governance and Deployment
Chapter 6: Model Versioning and Webhooks Chapter 7: Model Deployment Approaches Chapter 8: Automating ML Workflows Using Databricks Jobs Chapter 9: Model Drift Detection and Retraining Chapter 10: Using CI/CD to Automate Model Retraining and Redeployment Index Other Books You May Enjoy

Deploying ML models for batch and streaming inference

This section will cover examples of deploying ML models in a batch and streaming manner using Databricks.

In both batch and streaming inference deployments, we use the model to make the predictions and then store them at a location for later use. The final storage area for the prediction results can be a database with low latency read access, cloud storage such as S3 to be exported to another system, or even a Delta table that can easily be queried by business analysts.

When working with large amounts of data, Spark offers an efficient framework for processing and analyzing it, making it an ideal candidate to leverage our trained machine learning models.

Note

One important note to remember is that we can use any non-distributed ML library to train our models. So long as it uses the MLflow model abstractions, you can utilize all the benefits of MLflow’s Model Registry and the code presented in this chapter.

...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}