Login

Optimisation

The next step is to optimise the model through hyperparameter optimisation.

To optimise the model, you must call the Optimize Meta Parameters API Call specifying the number of hyperparameter combinations to try.

Optimise Meta Parameters API Call

POST - /builder/optimize
Params: { version: v3.0 }
Body: { max_iter: 50 }

For most users 50 iterations is enough to find the optimal parameters.

Optimisation can take varying amounts of time, ranging from 30 minutes to a couple of hours.

Email Notification: