Home
Softono

CI CD For Model Training

Open source Apache-2.0 Jupyter Notebook
20
Stars
6
Forks
0
Issues
1
Watchers
4 years
Last Commit

 About CI CD For Model Training

This repository holds files and scripts for incorporating simple CI/CD practices for model training in ML.

Platforms

Web Self-hosted Cloud

Languages

Jupyter Notebook

Need Help Installing CI CD For Model Training?

We provide expert installation service for this software. Our team will install, configure, and secure CI CD For Model Training on your server. plans start at just $30.

CI CD For Model Training

View on GitHub

CI/CD for Model Training in ML

This repository holds files and scripts for incorporating simple CI/CD practices for model training in ML. Following resources have been used to prepare the files under the build directory:

Another accompanying repository for doing CI/CD for model training can be found here: deep-diver/Model-Training-as-a-CI-CD-System.

This repository acts as a sister repository to deep-diver/Model-Training-as-a-CI-CD-System. It's recommended that one goes through this repository with the accompanying blog post from Google Cloud: Model training as a CI/CD system: Part II. The figures below schematically present what this project implements:

We first get a compiled pipeline specification for model re-training capable of accepting hyperparameter values as RuntimeParameters:

Then we schedule and trigger model training jobs:

Acknowledgements

ML-GDE program for providing GCP credits. Thanks to Karl Weinmeister for providing review feedback on this project.