-
Notifications
You must be signed in to change notification settings - Fork 1.9k
add diskConvert option in fast tree search space #6316
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
@@ -75,6 +75,11 @@ | |||
{ | |||
"name": "ExampleWeightColumnName", | |||
"type": "string" | |||
}, | |||
{ | |||
"name": "DiskTranspose", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This option allows user to overwrite DiskTranspose
when necessary, which avoids OOM when dataset is large
/azp run |
Pull request contains merge conflicts. |
@LittleLittleCloud you have this tagged as WIP, is it still in progress? |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6316 +/- ##
==========================================
+ Coverage 68.59% 68.77% +0.18%
==========================================
Files 1201 1215 +14
Lines 250296 251523 +1227
Branches 26094 26227 +133
==========================================
+ Hits 171681 172992 +1311
+ Misses 71802 71721 -81
+ Partials 6813 6810 -3
Flags with carried forward coverage won't be shown. Click here to find out more. |
We are excited to review your PR.
So we can do the best job, please check:
Fixes #nnnn
in your description to cause GitHub to automatically close the issue(s) when your PR is merged.#6297