-
-
Notifications
You must be signed in to change notification settings - Fork 20
Update xgboost learner to latest CRAN version #31
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
tree_method default should be "auto" I believe: https://xgboost.readthedocs.io/en/latest/parameter.html Also the inequality condition could be done with |
Codecov Report
@@ Coverage Diff @@
## master #31 +/- ##
=========================================
+ Coverage 97.53% 97.74% +0.2%
=========================================
Files 18 18
Lines 691 753 +62
=========================================
+ Hits 674 736 +62
Misses 17 17
Continue to review full report at Codecov.
|
All missing parameters are added. Some parameters have a complex dependency on the |
Closes #45 |
👍
Did you open an issue or similar? Couldn't find anything in the repo. In addition, once accepted, could you please reflect those change also to mlr2? |
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.
Thanks! 👍
If the We can check this with the following code
So |
AFAIR we agreed on taking the @be-marc Maybe we can finish up this PR in the next days. |
@be-marc some tests are failing. Could you take a look? |
Thanks again @be-marc! |
In addition, some small fixes which including #30
fixes #45