You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix metric_config_summary_df for scalarized objectives (#5061)
Summary:
Pull Request resolved: #5061
The `metric_config_summary_df` method in `Experiment` crashes when using
scalarized objectives because the `else` branch calls `sub_obj.minimize`,
which raises `UserInputError` for scalarized objectives.
Add an `elif objective.is_scalarized_objective:` branch that iterates
`objective.metric_weights` and sets per-metric goal using `weight < 0`.
Reviewed By: dme65
Differential Revision: D97122953
fbshipit-source-id: 8829b930426489cc98aebfd6b08fd60ed3dcd6d3
0 commit comments