forked from facebook/Ax
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move get_improvement_over_baseline to the BestPointMixin (facebook#3156)
Summary: As titled - in this change we: 1. Move get_improvement_over_baseline to the BestPointMixin, and required an experiment and generation strategy 1. remove the required parameter of `baseline_arm_name` and utilize `select_baseline_arm()` if not provided 2. Introduce `best_point_utils.py` file to store `select_baseline_arm()` 3. Modified `select_baseline_arm()` to take in a dictionary of arm_names to Arms instead of a experiment df Differential Revision: D66472613
- Loading branch information
1 parent
f4aa969
commit d6a52a8
Showing
8 changed files
with
299 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.