Sensitivity Study

Once an Hyperparameter Optimization run is completed, the user can perform a preliminary sensitivity study by visualizing the distribution of losses for each individual hyperparameter using the hpo_sensitivity() function, described below.

hyppo.utils.plots. plot_sensitivity ( results , plotly = True , ** kwargs ) [source]