Closed
Description
If constructing the automl instance with only a single metric but then using multiple metrics during ensemble, querying for the pareto front will fail with:
File "/home/skantify/code/automlbenchmark-fairness-private/frameworks/autosklearn_moo/lib/auto-sklearn/autosklearn/automl.py", line 1656, in _load_pareto_set
raise ValueError("Pareto set is only available for two or more metrics.")