Published Dec 3, 2018

Pachyderm's Kubernetes-based infrastructure for AI

Discover how Pachyderm leverages Kubernetes to streamline AI workflows in this insightful episode with Joe Doliner, exploring the integration challenges, data processing automation, and transformative tools like data versioning and provenance tracking essential for optimizing AI pipelines.
Episode Highlights
Practical AI logo

Popular Clips

Episode Highlights

  • Automating Notebooks

    Automating Jupyter notebooks into production pipelines with Pachyderm involves several strategic steps. explains that the initial task is to extract code from Jupyter and convert it into a Python script, which can then be placed in a container with necessary dependencies 1. This process allows the system to run automatically every time new data is added or code is changed, effectively transitioning from manual to automated workflows.

    The first step to do is just to extract the code from Jupyter. I'm pretty sure Jupyter makes it very easy to export as a python script at this point.

    ---

    By segmenting the workflow into preprocessing, training, and post-processing steps, each can be optimized individually, enhancing efficiency and scalability 2.

       

    Pipeline Configuration

    Setting up Pachyderm pipelines involves configuring different stages of data processing to optimize performance. highlights the importance of separating preprocessing, training, and post-processing into distinct pipelines, allowing for individual optimization and scalability 2. This modular approach enables efficient resource allocation, such as running preprocessing in parallel to handle large data volumes quickly.

    You can easily throw more memory at it and stuff like that. Now you have the first step of a productionized pipeline.

    ---

    Additionally, Pachyderm's open-source nature and features like versioning and provenance make it adaptable for various use cases, such as the Department of Defense's image detection competition 3.

Related Episodes