seqme.extract_non_dominated#
- seqme.extract_non_dominated(df, metrics=None, *, level=0)[source]#
Extract the non-dominated rows using one or more metrics.
Same behavior as calling
seqme.rankfollowed byseqme.top_k, but improves the performance.- Parameters:
- Returns:
A subset of the metric dataframe with the non-dominated rows.
- Return type:
DataFrame