-
Notifications
You must be signed in to change notification settings - Fork 349
Fix pyre errors in experiment.py #4179
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D80579073 |
Summary: Fix remaining Pyre errors in experiment.py Reviewed By: mpolson64 Differential Revision: D80579073
7f4e685 to
510b0b4
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80579073 |
Summary: Pull Request resolved: facebook#4179 Fix remaining Pyre errors in experiment.py Reviewed By: mpolson64 Differential Revision: D80579073
510b0b4 to
7ebdd57
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4179 +/- ##
========================================
Coverage 96.26% 96.26%
========================================
Files 564 564
Lines 57917 58099 +182
========================================
+ Hits 55751 55927 +176
- Misses 2166 2172 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7ebdd57 to
272a94e
Compare
Summary: Fix remaining Pyre errors in experiment.py Reviewed By: mpolson64, lena-kashtelyan Differential Revision: D80579073
|
This pull request was exported from Phabricator. Differential Revision: D80579073 |
272a94e to
1d36c72
Compare
Summary: Pull Request resolved: facebook#4179 Fix remaining Pyre errors in experiment.py Reviewed By: mpolson64, lena-kashtelyan Differential Revision: D80579073
1d36c72 to
4cdce76
Compare
Summary: Fix remaining Pyre errors in experiment.py Reviewed By: mpolson64, lena-kashtelyan Differential Revision: D80579073
|
This pull request was exported from Phabricator. Differential Revision: D80579073 |
4cdce76 to
9e5fd0c
Compare
Summary: Fix remaining Pyre errors in experiment.py Reviewed By: mpolson64, lena-kashtelyan Differential Revision: D80579073
|
@Cesar-Cardoso has exported this pull request. If you are a Meta employee, you can view the originating diff in D80579073. |
Summary: Fix remaining Pyre errors in experiment.py Reviewed By: mpolson64, lena-kashtelyan Differential Revision: D80579073
Summary: Fix remaining Pyre errors in experiment.py Reviewed By: mpolson64, lena-kashtelyan Differential Revision: D80579073
9e5fd0c to
29e58fe
Compare
|
@Cesar-Cardoso has exported this pull request. If you are a Meta employee, you can view the originating diff in D80579073. |
Summary: Fix remaining Pyre errors in experiment.py Reviewed By: mpolson64, lena-kashtelyan Differential Revision: D80579073
Summary: Add two properties to `Parameter`: 1. `backfill_value` - used for parameters added to experiments that already have run trials. Specifies the backfill value to use for trials that have already run. 2. `default_value` - used for parameters disabled in experiments that already have run trials. Specified the default value to use in modeling for future trials. Reviewed By: lena-kashtelyan Differential Revision: D79260975
Summary: In `Experiment` add two methods `add_parameters_to_search_space` and `disable_parameters_in_search_space`. In `Adapter._process_and_transform_data` check if the experiment's search space has been updated and update the adapter's search space and model space. Use `backfill_values` for `FillMissingParameters` transform. In `GenerationNode._determine_fixed_features_from_node` check for any disabled parameters. Add their `default_value` as fixed features. Reviewed By: lena-kashtelyan Differential Revision: D79263457
Summary: Fix remaining Pyre errors in experiment.py Reviewed By: mpolson64, lena-kashtelyan Differential Revision: D80579073
29e58fe to
85d5cfb
Compare
|
@Cesar-Cardoso has exported this pull request. If you are a Meta employee, you can view the originating diff in D80579073. |
|
This pull request has been merged in f20f3de. |
Summary: Fix remaining Pyre errors in experiment.py
Differential Revision: D80579073