Skip to main content

Functions

check_tuner

Check the current state of the tuner and optionally waits until the tuner has completed.

get_tuner_run_state

Retrieve the current state of the tuner run. Returns: OptimizeStateResponse: The OptimizeStateResponse object representing the current Tuner state.

list_tuner_runs

List the tuner runs that have been done in the current project. Returns: ListTunerRunsResponse: An object containing all the tuner runs
Retrieve and print logs for the tuner coordinator job. Returns: None
Retrieve and print logs for the tuner job. Returns: None

set_impulse_from_trial

Replace the current Impulse configuration with one found in a trial fromm the tuner.

start_custom_tuner

Start a tuner job with custom configuration.

start_tuner

Start the EON tuner with default settings. Use start_custom_tuner to specify config.

tuner_report_as_df

Get a tuner trial report dataframe with model metrics and block configuration. This method needs pandas to be installed. Generate a dataframe on the tuner trials including used input, model, learn block configuration and model validation metrics.