-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move get_improvement_over_baseline to the BestPointMixin #3156
Conversation
This pull request was exported from Phabricator. Differential Revision: D66472613 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3156 +/- ##
=======================================
Coverage 95.82% 95.82%
=======================================
Files 502 503 +1
Lines 50811 50824 +13
=======================================
+ Hits 48690 48703 +13
Misses 2121 2121 ☔ View full report in Codecov by Sentry. |
Summary: Pull Request resolved: facebook#3156 Differential Revision: D66472613
e0b1f3d
to
23b9c32
Compare
This pull request was exported from Phabricator. Differential Revision: D66472613 |
Summary: Pull Request resolved: facebook#3156 Differential Revision: D66472613
23b9c32
to
9ba35e2
Compare
This pull request was exported from Phabricator. Differential Revision: D66472613 |
9ba35e2
to
909f9fd
Compare
Summary: Pull Request resolved: facebook#3156 Differential Revision: D66472613
This pull request was exported from Phabricator. Differential Revision: D66472613 |
909f9fd
to
89da541
Compare
Summary: Pull Request resolved: facebook#3156 Differential Revision: D66472613
This pull request was exported from Phabricator. Differential Revision: D66472613 |
89da541
to
6d96d0a
Compare
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
This pull request was exported from Phabricator. Differential Revision: D66472613 |
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
6d96d0a
to
e1aad81
Compare
This pull request was exported from Phabricator. Differential Revision: D66472613 |
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
e1aad81
to
d6a52a8
Compare
This pull request was exported from Phabricator. Differential Revision: D66472613 |
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 Reviewed By: lena-kashtelyan Differential Revision: D66472613
d6a52a8
to
666df78
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request was exported from Phabricator. Differential Revision: D66472613 |
This pull request has been merged in 7ea8402. |
Differential Revision: D66472613