Skip to content

PacktPublishing/Reproducible-Data-Science-with-Pachyderm

Repository files navigation

Reproducible Data Science with Pachyderm

Data Engineering with AWS

This is the code repository for Reproducible Data Science with Pachyderm, published by Packt.

Learn how to design and build cloud-based data transformation pipelines using AWS

What is this book about?

Pachyderm is an open source project that enables data scientists to run reproducible data pipelines and scale them to an enterprise level. This book will teach you how to implement Pachyderm to create collaborative data science workflows and reproduce your ML experiments at scale.

You’ll begin your journey by exploring the importance of data reproducibility and comparing different data science platforms. Next, you’ll explore how Pachyderm fits into the picture and its significance, followed by learning how to install Pachyderm locally on your computer or a cloud platform of your choice. You’ll then discover the architectural components and Pachyderm's main pipeline principles and concepts. The book demonstrates how to use Pachyderm components to create your first data pipeline and advances to cover common operations involving data, such as uploading data to and from Pachyderm to create more complex pipelines. Based on what you've learned, you'll develop an end-to-end ML workflow, before trying out the hyperparameter tuning technique and the different supported Pachyderm language clients. Finally, you’ll learn how to use a SaaS version of Pachyderm with Pachyderm Notebooks.

By the end of this book, you will learn all aspects of running your data pipelines in Pachyderm and manage them on a day-to-day basis.

This book covers the following exciting features:

  • Understand the importance of reproducible data science for enterprise
  • Explore the basics of Pachyderm, such as commits and branches
  • Upload data to and from Pachyderm
  • Implement common pipeline operations in Pachyderm
  • Create a real-life example of hyperparameter tuning in Pachyderm
  • Combine Pachyderm with Pachyderm language clients in Python and Go

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders.

The code will look like the following:

image = displacy.render(textfile, style='dep',
options={"compact": True, "distance": 70})
f = open('/pfs/out/pos-tag-dependency.svg', "w")
f.write(image)
f.close()

Following is what you need for this book:

This book is for new as well as experienced data scientists and machine learning engineers who want to build scalable infrastructures for their data science projects. Basic knowledge of Python programming and Kubernetes will be beneficial. Familiarity with Golang will be helpful. With the following software and hardware list you can run all code files present in the book (Chapter 1-11).

Software and Hardware List

Chapter Software required OS required
1-11 Pachyderm 2.0 Windows, Linux Or macOS.
1-11 pachctl 2.0 Windows, Linux Or macOS.
1-11 Helm 3.6 Windows, Linux Or macOS.
1-11 Docker Desktop 2.2.0.5 Windows, Linux Or macOS.
1-11 minikube1.19 Windows, Linux Or macOS.
1-11 kubectl v1.18 Windows, Linux Or macOS.
1-11 eksctl Windows, Linux Or macOS.
1-11 aws-iam-authenticator 1.21.2 Windows, Linux Or macOS.
1-11 WSL 2 Windows
1-11 go1.16.4 drawin/amd64 Windows, Linux Or macOS.

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Svetlana Karslioglu is a seasoned documentation professional with over 10 years of experience in top Silicon Valley companies. During her tenure at Pachyderm, she authored much of the open source documentation for Pachyderm and was also in charge of the documentation infrastructure. Throughout her career, she has spoken at local conferences and given talks advocating for open infrastructure and unbiased research in artificial intelligence. When Svetlana is not busy writing books, she spends time with her three children and her husband, Murat.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781801074483