-
Notifications
You must be signed in to change notification settings - Fork 311
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
Add auxiliary_experiments to Experiment #2634
Conversation
This pull request was exported from Phabricator. Differential Revision: D60542566 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2634 +/- ##
==========================================
- Coverage 95.26% 95.25% -0.01%
==========================================
Files 493 495 +2
Lines 47753 47831 +78
==========================================
+ Hits 45493 45563 +70
- Misses 2260 2268 +8 ☔ View full report in Codecov by Sentry. |
Summary: Expanding get_pbo_experiment to be able to generate preference exploration experiments with only preferential feedback and nearly unbounded (technically really large) search space. Differential Revision: D60192601
Summary: Pull Request resolved: facebook#2634 Add `auxiliary_experiments_by_purpose ` to `Experiment` object. This change allows for `Experiment` to hold a dictionary of list of auxiliary experiments for different purposes. This is helpful for methods such as transfer learning or preference learning where we are using other experiments as auxiliary information (e.g., in modelbridge) to facilitate the optimization of the experiment of interest. Differential Revision: D60542566
Summary: Pull Request resolved: facebook#2634 Add `auxiliary_experiments_by_purpose ` to `Experiment` object. This change allows for `Experiment` to hold a dictionary of list of auxiliary experiments for different purposes. This is helpful for methods such as transfer learning or preference learning where we are using other experiments as auxiliary information (e.g., in modelbridge) to facilitate the optimization of the experiment of interest. Differential Revision: D60542566
This pull request was exported from Phabricator. Differential Revision: D60542566 |
Summary: Pull Request resolved: facebook#2634 Add `auxiliary_experiments_by_purpose ` to `Experiment` object. This change allows for `Experiment` to hold a dictionary of list of auxiliary experiments for different purposes. This is helpful for methods such as transfer learning or preference learning where we are using other experiments as auxiliary information (e.g., in modelbridge) to facilitate the optimization of the experiment of interest. Reviewed By: saitcakmak Differential Revision: D60542566
5b6a419
to
836a493
Compare
Summary: Pull Request resolved: facebook#2632 Adding AuxiliaryExperiment Meta: Design doc https://docs.google.com/document/d/1MYq4WHPDLoWp-RUyk7jXiqswKARtyoSeM68PRayPGUk/edit?usp=sharing Differential Revision: D60192602 Reviewed By: mgarrard
This pull request was exported from Phabricator. Differential Revision: D60542566 |
Summary: Pull Request resolved: facebook#2634 Add `auxiliary_experiments_by_purpose ` to `Experiment` object. This change allows for `Experiment` to hold a dictionary of list of auxiliary experiments for different purposes. This is helpful for methods such as transfer learning or preference learning where we are using other experiments as auxiliary information (e.g., in modelbridge) to facilitate the optimization of the experiment of interest. Reviewed By: saitcakmak Differential Revision: D60542566
836a493
to
e617ab9
Compare
Summary: Pull Request resolved: facebook#2634 Add `auxiliary_experiments_by_purpose ` to `Experiment` object. This change allows for `Experiment` to hold a dictionary of list of auxiliary experiments for different purposes. This is helpful for methods such as transfer learning or preference learning where we are using other experiments as auxiliary information (e.g., in modelbridge) to facilitate the optimization of the experiment of interest. Differential Revision: D60542566
Summary: Pull Request resolved: facebook#2634 Add `auxiliary_experiments_by_purpose ` to `Experiment` object. This change allows for `Experiment` to hold a dictionary of list of auxiliary experiments for different purposes. This is helpful for methods such as transfer learning or preference learning where we are using other experiments as auxiliary information (e.g., in modelbridge) to facilitate the optimization of the experiment of interest. Reviewed By: saitcakmak Differential Revision: D60542566
This pull request was exported from Phabricator. Differential Revision: D60542566 |
e617ab9
to
d77a67f
Compare
Summary: Pull Request resolved: facebook#2634 Add `auxiliary_experiments_by_purpose ` to `Experiment` object. This change allows for `Experiment` to hold a dictionary of list of auxiliary experiments for different purposes. This is helpful for methods such as transfer learning or preference learning where we are using other experiments as auxiliary information (e.g., in modelbridge) to facilitate the optimization of the experiment of interest. Differential Revision: D60542566
Summary: Pull Request resolved: facebook#2634 Add `auxiliary_experiments_by_purpose ` to `Experiment` object. This change allows for `Experiment` to hold a dictionary of list of auxiliary experiments for different purposes. This is helpful for methods such as transfer learning or preference learning where we are using other experiments as auxiliary information (e.g., in modelbridge) to facilitate the optimization of the experiment of interest. Differential Revision: D60542566
This pull request has been merged in 02df121. |
Summary: Add
auxiliary_experiments
toExperiment
.Differential Revision: D60542566