Create Experiments (AutoML)
Create Experiments (AutoML) is used to create a new AutoML experiment in the Cloudeka Deka MLOps Service Portal. On the Experiments (AutoML) page, click the + New Experiment button.

The Create Experiment page appears. There are eight steps required to create a new experiment, as described below.
Metadata, enter the name of your experiment.

Trial Thresholds, configure the number of trials to run.

Parallel Trials
Max Trials
Max Failed Trials
Resume Policy: Never, Long Running, and From Volume
Objective, add the metrics that you want to optimize and select the optimization type.

Type: Maximize, Minimize
Metric and Goal. For example, Validation Accuracy and 0.99. This means the target validation accuracy is 99%. You can add additional metrics if required.
Set Metric Strategies: When enabled, you can select a strategy for each metric, such as Max, Min, or Latest.
Search Algorithm, select a hyperparameter tuning algorithm and configure its settings.

Hyperparameter Tuning
Name: Bayesian Optimization, Covariance Matrix Adaption, Evolution Strategy, Grid, Hyperband, Multivariate Tree of parzen Estimators, Population Based Training, Random, Sobol Quasirandom Sequence, Tree of Parzen Estimators.
random_state
Neural Architecture Search
Differentiable Architecture Search: num_epochs, w_lr, w_lr_min, w_momentum, w_weight_decay, w_grad_clip, alpa_lr, alpha_weight_decay, batch_size, num_workers, init_channels, print_step, num_nodes, stem_multiplier.
Efficient Neural Architecture Search: controller_hidden_size, controller_temperature, controller_tanh_const, controller_entropy_weight, controller_baseline_decay, controller_learning_rate, controller_skip_target, controller_skip_weight, controller_train_steps, controller_log_every_steps.
Early Stopping, add an early stopping algorithm if required.

Median Stopping Rule: min_trials_required, start_step.
None
Hyper Parameters, add the hyperparameters and search space that you want to optimize.

Metrics Collector, modify the metrics collector type if required.
Kind: Stdout, File, TensorFlow Event, Prometheus, Custom, and None.

Trial Template, configure the trial template used for the experiment.

Review the trial template YAML configuration and define the parameter references used in the experiment.

If you want to modify the experiment YAML, click Edit and submit the YAML configuration at the bottom of the page.

Review and modify the experiment YAML configuration before creating the experiment.

Click the Create button after you have finished configuring the experiment.

Last updated
