ogrisel / pygbm

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

small typo: leave -> leaf #41

Closed maartenbreddels closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #41 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   94.36%   94.36%           
=======================================
  Files           8        8           
  Lines         781      781           
=======================================
  Hits          737      737           
  Misses         44       44
Impacted Files Coverage Δ
pygbm/grower.py 89.41% <ø> (ø) :arrow_up:

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 2e019bf...62fcbfa. Read the comment docs.

NicolasHug commented 6 years ago

Thanks @maartenbreddels!