Page cover

Create Experiments (AutoML) using Python SDK

You can run your first hyperparameter tuning Katib Experiment using Python SDK. In the following example we are going to maximize a simple objective function.

F(a,b)=4ab2F(a,b)=4a-b^2

The bigger a and the lesser b value, the bigger the function value F.

You can open a JupyLab Notebook in KubeFlow or create it first to run this script.

Open Python Notebook

You should get similar output for the most optimal Trial, hyperparameters, and observation metrics.

Last updated