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 real-time inference

Real-time inferences include generating predictions on a small number of records using a model deployed as a REST endpoint. The expectation is to receive the predictions in a few milliseconds.

Real-time deployments are needed in use cases when the features are only available when serving the model and cannot be pre-computed. These deployments are more complex to manage than batch or streaming deployments.

Databricks offers integrated model serving endpoints, enabling you to prototype, develop, and deploy real-time inference models on production-grade, fully managed infrastructure within the Databricks environment. At the time of writing this book, there are two additional methods you can utilize to deploy your models for real-time inference:

  • Managed solutions provided by the following cloud providers:
    • Azure ML
    • AWS SageMaker
    • GCP VertexAI
  • Custom solutions that use Docker and Kubernetes or a similar set of technologies
...
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}