Retrieve the current state of the tuner run.Returns:
OptimizeStateResponse: The OptimizeStateResponse object representing the current Tuner state.Parameters
List the tuner runs that have been done in the current project.Returns:
ListTunerRunsResponse: An object containing all the tuner runsReturnedgeimpulse_api.models.list_tuner_runs_response.ListTunerRunsResponse
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.Parameters