Skip to content
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

For a 0.10.12 release #161

Merged
merged 26 commits into from
May 16, 2022
Merged

For a 0.10.12 release #161

merged 26 commits into from
May 16, 2022

Conversation

ablaom
Copy link
Member

@ablaom ablaom commented May 16, 2022

  • (enhancement) Add method wrap which allows one to wrap a decision tree (Leaf or Node object) in a new tree structure implementing the AbstractTrees.jl interface. Unlike raw DecisionTree.jl decision trees, the nodes of the wrapped objects can include the names of splitting-features at nodes, and other metadata. See the wrap docstring for details. (Add implementation of AbstractTrees-interface #158) @roland-KA

@codecov-commenter
Copy link

codecov-commenter commented May 16, 2022

Codecov Report

Merging #161 (9165f12) into master (3fcb5b0) will increase coverage by 0.19%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #161      +/-   ##
==========================================
+ Coverage   89.32%   89.51%   +0.19%     
==========================================
  Files           9       10       +1     
  Lines         974      992      +18     
==========================================
+ Hits          870      888      +18     
  Misses        104      104              
Impacted Files Coverage Δ
src/DecisionTree.jl 54.54% <ø> (ø)
src/abstract_trees.jl 100.00% <100.00%> (ø)

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 2b08211...9165f12. Read the comment docs.

@ablaom ablaom merged commit 9796e9d into master May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants