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

Techniques for drift detection

To ensure effective monitoring of our model’s performance over time, we should track changes in summary statistics and distributions of both the model features and target variables. This will enable us to detect any potential data drift early on.

Furthermore, it’s important to monitor offline model metrics such as accuracy and F1 scores that were utilized during the initial training of the model.

Lastly, we should also keep an eye on online metrics or business metrics to ensure that our model remains relevant to the specific business problem we are trying to solve.

The following table provides an overview of various statistical tests and methods that can be employed to identify drift in your data and models. Please note that this compilation is not all-encompassing.

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}

Data Type to Monitor

Sub-Category

Statistical Measures and Tests

...