get_best_evaluations#

ExplorationDiagnostics.get_best_evaluations(objective=None, top=3)#

Get a dataframe with the best evaluations.

Parameters:
objectiveObjective or str, optional

Objective, or name of the objective to plot. If None, the first objective of the exploration is shown.

topint, optional

Number of top evaluations to consider (3 by default). e.g. top = 3 means that the three best evaluations will be shown.

Returns:
dfDataframe with the best evaluations.