Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
MLOps with Red Hat OpenShift

You're reading from  MLOps with Red Hat OpenShift

Product type Book
Published in Jan 2024
Publisher Packt
ISBN-13 9781805120230
Pages 238 pages
Edition 1st Edition
Languages
Authors (2):
Ross Brigoli Ross Brigoli
Profile icon Ross Brigoli
Faisal Masood Faisal Masood
Profile icon Faisal Masood
View More author details

Table of Contents (13) Chapters

Preface Part 1: Introduction
Chapter 1: Introduction to MLOps and OpenShift Part 2: Provisioning and Configuration
Chapter 2: Provisioning an MLOps Platform in the Cloud Chapter 3: Building Machine Learning Models with OpenShift Part 3: Operating ML Workloads
Chapter 4: Managing a Model Training Workflow Chapter 5: Deploying ML Models as a Service Chapter 6: Operating ML Workloads Chapter 7: Building a Face Detector Using the Red Hat ML Platform Index Other Books You May Enjoy

Versioning your data with Pachyderm

Data is the fundamental component for building your models. Without a retrievable version of the dataset the model was trained on, you cannot replicate the model training activity you did in the past and expect the same results. Data versioning enables dataset comparisons and prevents confusion that may occur due to data changes. This allows us to build a reproducible model training workflow. To learn more about Pachyderm in depth, refer to the Pachyderm documentation at https://docs.pachyderm.com/.

To work with Pachyderm, you can either use the Pachyderm command-line tool, pachctl, or the Pachyderm Python library, which we will use in this book.

Before we start, let’s create a new bucket in your MinIO server. We will use this to store the datasets. Let’s call this bucket raw-data. Then, upload the wine.csv file available in the Git repository of this book into this bucket. For the purpose of this exercise, set the raw-data bucket...

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}