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

ENH add StreamDecisionForest class for streaming trees #116

Merged
merged 14 commits into from
Sep 12, 2023

Merge branch 'main' into sdf

5c867df
Select commit
Loading
Failed to load commit list.
Merged

ENH add StreamDecisionForest class for streaming trees #116

Merge branch 'main' into sdf
5c867df
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 12, 2023 in 0s

87.71% (+0.02%) compared to b582895

View this Pull Request on Codecov

87.71% (+0.02%) compared to b582895

Details

Codecov Report

Patch coverage: 89.28% and project coverage change: +0.02% 🎉

Comparison is base (b582895) 87.68% compared to head (5c867df) 87.71%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
+ Coverage   87.68%   87.71%   +0.02%     
==========================================
  Files          28       30       +2     
  Lines        2323     2426     +103     
==========================================
+ Hits         2037     2128      +91     
- Misses        286      298      +12     
Files Changed Coverage Δ
sktree/experimental/sdf.py 69.23% <69.23%> (ø)
sktree/ensemble/_honest_forest.py 91.46% <100.00%> (ø)
sktree/ensemble/_supervised_forest.py 100.00% <100.00%> (ø)
sktree/ensemble/_unsupervised_forest.py 70.63% <100.00%> (ø)
sktree/experimental/__init__.py 100.00% <100.00%> (ø)
sktree/experimental/tests/test_sdf.py 100.00% <100.00%> (ø)
sktree/tree/_honest_tree.py 99.40% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.