-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Gradient Boosting - Remove try/catch around imports #6584
base: master
Are you sure you want to change the base?
Conversation
130bbcf
to
297ec2c
Compare
Come on, let's wait a bit with this so that we see if the added requirements create problems for anyone. I am making this a draft. |
/rebase |
7ad0e49
to
3364ea4
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #6584 +/- ##
==========================================
- Coverage 88.07% 88.05% -0.02%
==========================================
Files 322 322
Lines 70254 70226 -28
==========================================
- Hits 61874 61841 -33
- Misses 8380 8385 +5 |
637f695
to
55f4965
Compare
dc080ec
to
360b7b3
Compare
I think it can be reviewed and merged now. |
I'd wait with this a little bit now that newest xgboost version started not packing libomp again. Perhaps we should even think about dropping the requirement... |
Issue
After #6570, try/catch around xgboost/catboost methods is not required anymore since packages are always installed
Description of changes
Remove try/catch around imports, skips in tests, and simplify parts of the code.
This PR also fix translations since the check is currently failing on the master.
Includes