Create Experiments (AutoML)
Last updated
Last updated
Create Experiments (AutoML) is used to create new experiment (AutoML) on the Deka MLOps Portal Service. On the Endpoints page press the button “+ New Experiment”.
The Create Experiments page appears, there are 8 steps required to be able to create new Experiments, including the following.
Metadata, type name of your Experiment.
Trial Thresholds, choose how many Trials you want to run.
Parallel Trials
Max Trials
Max Failed Trials
Resume Policy: Never, Long Running, and From Volume
Objective, add metrics that you want to optimize and type of optimization.
Type: Maximize, Minimize
Metric and Goal, example is Validation-accuracy and 0,99. It means your goal is to achieve validation accuracy metric into 99%. You can also add another metric in this point.
Set Metric Strategies: When you check it, you can choose options in “Strategy for: Validation-accuracy”: Max, Min, Latest.
Search Algorithm, select hyperparameter tuning algorithm and configure algorithm settings.
Hyper Parameter 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 early stopping algorithm if that is required.
Median Stopping Rule: min_trials_required, start_step.
None
Hyper Parameters, add hyperparameters and search space that you want to optimize.
Metrics Collector, modify metrics collector type if that is required.
Kind: Stdout, File, TensorFlow Event, Prometheus, Custom, and None.
Trial Template
If you want to modify Experiment YAML, you can click edit and submit YAML at the bottom.
Click the “Create” button when you have finished setting up the Experiments.