-
Notifications
You must be signed in to change notification settings - Fork 100
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
Improve vector leaf performance #311
Conversation
There is some problem with Conda environment. Let me sort that out. |
7479495
to
f5d7be6
Compare
Codecov Report
@@ Coverage Diff @@
## mainline #311 +/- ##
==============================================
- Coverage 85.20% 84.29% -0.91%
Complexity 46 46
==============================================
Files 108 108
Lines 8157 8126 -31
Branches 466 466
==============================================
- Hits 6950 6850 -100
- Misses 1182 1251 +69
Partials 25 25
Continue to review full report at Codecov.
|
@RAMitchell I've fixed the CI. We should be able to merge this PR soon. |
The 2.1.0 version of Treelite incorporates the following major improvements: * dmlc/treelite#311 * dmlc/treelite#302 * dmlc/treelite#303 * dmlc/treelite#296 In particular, dmlc/treelite#311 is a critical follow-up to #4191 and addresses a performance regression. Requires rapidsai/integration#353 Authors: - Philip Hyunsu Cho (https://github.com/hcho3) Approvers: - Jordan Jacobelli (https://github.com/Ethyling) - Dante Gama Dessavre (https://github.com/dantegd) URL: #4220
The 2.1.0 version of Treelite incorporates the following major improvements: * dmlc/treelite#311 * dmlc/treelite#302 * dmlc/treelite#303 * dmlc/treelite#296 In particular, dmlc/treelite#311 is a critical follow-up to rapidsai#4191 and addresses a performance regression. Requires rapidsai/integration#353 Authors: - Philip Hyunsu Cho (https://github.com/hcho3) Approvers: - Jordan Jacobelli (https://github.com/Ethyling) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4220
On a large random forest problem, this improves Treelite model generation time from ~650s to 1s.