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
Keep observations from repeated arms in MapData.map_df (#3399)
Summary:
Pull Request resolved: #3399
**Context:** MapData’s df has only the most recent observation for each (arm, metric) pair, so any arm that appears in multiple trials won’t be included. Data.df does allow data from the same arm in different trials. MapData's behavior is surprising, and downstream functions such as `BestPointMixin._get_trace` assume that every trial with data will be present in `map_df`, so something isn't right.
**This diff:** Now keeps the most recent observation for each (trial_index, arm, metric).
Reviewed By: mpolson64
Differential Revision: D69955018
fbshipit-source-id: 608fb2b1332f45fb7b6bd4d085ef6150318adce2
0 commit comments