AUTOML PAGE

Running Study Instances

{% for s in automl['study'] %} {% end %}
# Study Name Created Time Completed Trial Uncompleted Trail Error Trail Objective Value Status Show Download Operator Delete
{{s['index']}} {{s['name']}} {{s['created_time']}} {{s['completed_trial']}} {{s['uncompleted_trial']}} {{s['error_trial']}} {{s['objective_value']}} {{s['status']}} show Download {%if s['status'] == 'running'%} stop {%elif s['status'] == 'stop'%} start {%else%} completed {%end%} delete

Study Configure

name value
StudyName
Goal
MaxTrials
MaxTime
HyperParameterSearch+
ArchitectureSearchSpace