* chore(sample): Update Katib examples for 0.12 release * Run Early Stopping example |
||
|---|---|---|
| .. | ||
| OWNERS | ||
| README.md | ||
| early-stopping.ipynb | ||
| mpi-job-horovod.py | ||
README.md
Kubeflow Katib Component Samples
These samples demonstrate how to create a Kubeflow Pipeline using Katib. The source code for the Katib Pipeline component can be found here.
Prerequisites
You have to install the following Python SDK to run these examples:
kfp>= 1.8.4kubeflow-katib>= 0.12.0
Check the following examples:
-
Run Pipeline from Jupyter Notebook using Katib Experiment with random search algorithm and early stopping.
-
Compile compressed YAML definition of the Pipeline using Katib Experiment with Kubeflow MPIJob and Horovod training container.