pareto_summary

site.SiteSolutionSet.pareto_summary(
    id_col='solution_rank',
    sort_by=None,
    return_full_df=False,
)

Return just the Pareto-optimal solutions, with metric columns renamed to their labels, sorted by one metric for readability.

Back to top