-
Notifications
You must be signed in to change notification settings - Fork 319
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
Replace usage of exp_to_df with Experiment.to_df #3279
Conversation
This pull request was exported from Phabricator. Differential Revision: D68774600 |
Summary: Updates some use cases of `exp_to_df` to utilize `Experiment.to_df`. This diff handles most usage that doesn't rely on the kwargs exposed on `exp_to_df`. The remaining usage will be updated after adding the necessary options to `Experiment.to_df`. Differential Revision: D68774600
4b13714
to
d66aaeb
Compare
This pull request was exported from Phabricator. Differential Revision: D68774600 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3279 +/- ##
==========================================
- Coverage 96.01% 96.00% -0.01%
==========================================
Files 514 514
Lines 51955 51953 -2
==========================================
- Hits 49884 49880 -4
- Misses 2071 2073 +2 ☔ View full report in Codecov by Sentry. |
Summary: Updates some use cases of `exp_to_df` to utilize `Experiment.to_df`. This diff handles most usage that doesn't rely on the kwargs exposed on `exp_to_df`. The remaining usage will be updated after adding the necessary options to `Experiment.to_df`. Reviewed By: bernardbeckerman Differential Revision: D68774600
d66aaeb
to
ae645a6
Compare
This pull request was exported from Phabricator. Differential Revision: D68774600 |
Summary: Updates some use cases of `exp_to_df` to utilize `Experiment.to_df`. This diff handles most usage that doesn't rely on the kwargs exposed on `exp_to_df`. The remaining usage will be updated after adding the necessary options to `Experiment.to_df`. Reviewed By: bernardbeckerman Differential Revision: D68774600
ae645a6
to
5b38faf
Compare
This pull request was exported from Phabricator. Differential Revision: D68774600 |
Summary: Updates some use cases of `exp_to_df` to utilize `Experiment.to_df`. This diff handles most usage that doesn't rely on the kwargs exposed on `exp_to_df`. The remaining usage will be updated after adding the necessary options to `Experiment.to_df`. Reviewed By: bernardbeckerman Differential Revision: D68774600
5b38faf
to
789e73d
Compare
This pull request was exported from Phabricator. Differential Revision: D68774600 |
This pull request has been merged in de82bcc. |
Summary: Updates some use cases of
exp_to_df
to utilizeExperiment.to_df
. This diff handles most usage that doesn't rely on the kwargs exposed onexp_to_df
. The remaining usage will be updated after adding the necessary options toExperiment.to_df
.Differential Revision: D68774600