Skip to content

[XGBoost 1.6] Handle pseudo-Huber loss with slope - #380

Merged
chyunsu3 merged 2 commits into
dmlc:mainlinefrom
chyunsu3:pseudo_huber
May 16, 2022
Merged

[XGBoost 1.6] Handle pseudo-Huber loss with slope#380
chyunsu3 merged 2 commits into
dmlc:mainlinefrom
chyunsu3:pseudo_huber

Conversation

@chyunsu3

Copy link
Copy Markdown
Collaborator

This should fix all integration tests with XGBoost.

@chyunsu3 chyunsu3 mentioned this pull request May 14, 2022
4 tasks
@codecov

codecov Bot commented May 14, 2022

Copy link
Copy Markdown

Codecov Report

Merging #380 (b1aed5b) into mainline (fcb8ad2) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@              Coverage Diff               @@
##             mainline     #380      +/-   ##
==============================================
+ Coverage       84.92%   84.95%   +0.02%     
  Complexity         44       44              
==============================================
  Files             108      108              
  Lines            8663     8665       +2     
  Branches          510      510              
==============================================
+ Hits             7357     7361       +4     
+ Misses           1282     1280       -2     
  Partials           24       24              
Impacted Files Coverage Δ
src/frontend/xgboost_json.cc 69.56% <100.00%> (+0.17%) ⬆️
src/threading_utils/parallel_for.h 61.33% <0.00%> (+1.33%) ⬆️
src/predictor/thread_pool/spsc_queue.h 95.83% <0.00%> (+2.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fcb8ad2...b1aed5b. Read the comment docs.

push_key_handler<IgnoreHandler>("aft_loss_param"));
push_key_handler<IgnoreHandler>("aft_loss_param") ||
push_key_handler<IgnoreHandler>("pseduo_huber_param") ||
push_key_handler<IgnoreHandler>("pseudo_huber_param"));

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed twice?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The one is the mispelled version used in 1.6

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the fix

@chyunsu3
chyunsu3 merged commit 61f7d9a into dmlc:mainline May 16, 2022
@chyunsu3
chyunsu3 deleted the pseudo_huber branch May 16, 2022 03:45
This was referenced May 23, 2022
rapids-bot Bot pushed a commit to NVIDIA/cuml that referenced this pull request May 28, 2022
The 2.4.0 version of Treelite incorporates the following improvements:

* dmlc/treelite#370
* dmlc/treelite#381
* dmlc/treelite#380
* dmlc/treelite#383

Requires rapidsai/integration#474

This PR targets the 22.06 release.

Closes #4715

Authors:
  - Philip Hyunsu Cho (https://github.com/hcho3)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #4752
vimarsh6739 pushed a commit to vimarsh6739/cuml that referenced this pull request Oct 9, 2023
The 2.4.0 version of Treelite incorporates the following improvements:

* dmlc/treelite#370
* dmlc/treelite#381
* dmlc/treelite#380
* dmlc/treelite#383

Requires rapidsai/integration#474

This PR targets the 22.06 release.

Closes NVIDIA#4715

Authors:
  - Philip Hyunsu Cho (https://github.com/hcho3)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: NVIDIA#4752
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants