JuliaAI / DecisionTree.jl

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

Fix typo in `print_tree` description #171

Closed rikhuijzer closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #171 (05da07c) into dev (82c577c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              dev     #171   +/-   ##
=======================================
  Coverage   89.51%   89.51%           
=======================================
  Files          10       10           
  Lines         992      992           
=======================================
  Hits          888      888           
  Misses        104      104           
Impacted Files Coverage Δ
src/DecisionTree.jl 54.54% <ø> (ø)

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 82c577c...05da07c. Read the comment docs.