-
Notifications
You must be signed in to change notification settings - Fork 400
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
InteractionFeatures input transform #2560
Conversation
This pull request was exported from Phabricator. Differential Revision: D63673008 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2560 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 193 193
Lines 17104 17111 +7
=======================================
+ Hits 17101 17108 +7
Misses 3 3 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D63673008 |
Summary: Pull Request resolved: pytorch#2560 InteractionFeatures input transform to compute first-order interactions between inputs. Used for feature importance work in conjunction with (warped) linear models. Reviewed By: sdaulton Differential Revision: D63673008
73f76c4
to
4b47dc0
Compare
Summary: Pull Request resolved: pytorch#2560 InteractionFeatures input transform to compute first-order interactions between inputs. Used for feature importance work in conjunction with (warped) linear models. Reviewed By: sdaulton Differential Revision: D63673008
4b47dc0
to
740e56f
Compare
This pull request was exported from Phabricator. Differential Revision: D63673008 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D63673008 |
740e56f
to
761b7f2
Compare
Summary: Pull Request resolved: pytorch#2560 InteractionFeatures input transform to compute first-order interactions between inputs. Used for feature importance work in conjunction with (warped) linear models. Reviewed By: sdaulton Differential Revision: D63673008
761b7f2
to
a12e065
Compare
This pull request was exported from Phabricator. Differential Revision: D63673008 |
Summary: Pull Request resolved: pytorch#2560 InteractionFeatures input transform to compute first-order interactions between inputs. Used for feature importance work in conjunction with (warped) linear models. Reviewed By: sdaulton Differential Revision: D63673008
This pull request was exported from Phabricator. Differential Revision: D63673008 |
a12e065
to
9c7e471
Compare
This pull request has been merged in 68faeff. |
Summary:
InteractionFeatures input transform to compute first-order interactions between inputs.
Used for feature importance work in conjunction with (warped) linear models.
Differential Revision: D63673008