-
Notifications
You must be signed in to change notification settings - Fork 404
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 clone method to datasets #2625
Conversation
This pull request was exported from Phabricator. Differential Revision: D65616941 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2625 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 196 196
Lines 17298 17347 +49
=======================================
+ Hits 17296 17345 +49
Misses 2 2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Summary: This makes it far easier to obtain slices of different kinds of datasets (Supervised, MultiTask, Contextual), which will be helpful for things like doing LOOCV MBM in Ax. Reviewed By: saitcakmak Differential Revision: D65616941
9790fc7
to
23a7ff6
Compare
This pull request was exported from Phabricator. Differential Revision: D65616941 |
Summary: This makes it far easier to obtain slices of different kinds of datasets (Supervised, MultiTask, Contextual), which will be helpful for things like doing LOOCV MBM in Ax. Reviewed By: saitcakmak Differential Revision: D65616941
23a7ff6
to
b0e5245
Compare
This pull request was exported from Phabricator. Differential Revision: D65616941 |
Summary: This makes it far easier to obtain slices of different kinds of datasets (Supervised, MultiTask, Contextual), which will be helpful for things like doing LOOCV MBM in Ax. Reviewed By: saitcakmak Differential Revision: D65616941
b0e5245
to
7fd1cda
Compare
This pull request was exported from Phabricator. Differential Revision: D65616941 |
This pull request has been merged in de46059. |
Summary: This makes it far easier to obtain slices of different kinds of datasets (Supervised, MultiTask, Contextual), which will be helpful for things like doing LOOCV MBM in Ax.
Differential Revision: D65616941