JuliaAI / DecisionTree.jl

Julia implementation of Decision Tree (CART) and Random Forest algorithms
Other
356 stars 102 forks source link

For a 0.11.1 release #187

Closed ablaom closed 2 years ago

ablaom commented 2 years ago

185 #186

codecov-commenter commented 2 years ago

Codecov Report

Merging #187 (33bbec4) into master (2e5be13) will increase coverage by 0.09%. The diff coverage is 73.33%.

@@            Coverage Diff             @@
##           master     #187      +/-   ##
==========================================
+ Coverage   89.55%   89.65%   +0.09%     
==========================================
  Files          10       10              
  Lines        1178     1179       +1     
==========================================
+ Hits         1055     1057       +2     
+ Misses        123      122       -1     
Impacted Files Coverage Δ
src/DecisionTree.jl 52.23% <73.33%> (+0.72%) :arrow_up:
src/scikitlearnAPI.jl 51.26% <0.00%> (+0.84%) :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 2e5be13...33bbec4. Read the comment docs.