Created by gh-md-toc
This developer guide is for people who want to contribute to the Katib project. If you're interesting in using Katib in your machine learning project, see the following user guides:
- Concepts in Katib, hyperparameter tuning, and neural architecture search.
- Getting started with Katib.
- Detailed guide to configuring and running a Katib experiment.
Check source code as follows:
make buildv1alpha3
You can deploy Katib v1alpha3 manifests into a k8s cluster as follows:
make deployv1alpha3
You can undeploy Katib v1alpha3 manifests from a k8s cluster as follows:
make undeployv1alpha3
Please see workflow-design.md
Please see new-algorithm-service.md
Please see new-trial-kind.md
Please see algorithm-settings.md
Please see Katib UI README
Please see proposals