ogrisel / pygbm

Experimental Gradient Boosting Machines in Python with numba.
MIT License
183 stars 32 forks source link

Single threaded split #85

Open maartenbreddels opened 5 years ago

maartenbreddels commented 5 years ago

(continues from #79, will rebase after merge)

Implement what is discussed in #83.

TODO:

codecov[bot] commented 5 years ago

Codecov Report

Merging #85 into master will decrease coverage by 0.21%. The diff coverage is 86.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
- Coverage   96.96%   96.74%   -0.22%     
==========================================
  Files          10       10              
  Lines        1053     1076      +23     
==========================================
+ Hits         1021     1041      +20     
- Misses         32       35       +3
Impacted Files Coverage Δ
pygbm/grower.py 92.89% <100%> (+0.07%) :arrow_up:
pygbm/gradient_boosting.py 96.86% <75%> (+0.01%) :arrow_up:
pygbm/splitting.py 97.59% <86.95%> (-1.35%) :arrow_down:

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 686495b...e84cdc3. Read the comment docs.