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
Many tasks have multiple objectives which may be complementary, or a trade-off. How can we allow metrics to return such subscores, and have optimizers optimize them?
This will require thinking about:
What is the right interface for the user-defined metric to return multiple scores
How can the user specify how different sub-scores should be aggregated? Arithmetic/Geometric mean, weighted avg, etc.