Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep observations from repeated arms in MapData.map_df (facebook#3399)
Summary: Pull Request resolved: facebook#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
- Loading branch information