Add new ensemble methods crate: linfa-ensemble#392
Merged
relf merged 10 commits intorust-ml:masterfrom May 26, 2025
Merged
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #392 +/- ##
==========================================
+ Coverage 36.02% 36.11% +0.09%
==========================================
Files 99 101 +2
Lines 6496 6556 +60
==========================================
+ Hits 2340 2368 +28
- Misses 4156 4188 +32 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced May 26, 2025
Closed
kakserpom
pushed a commit
to kakserpom/linfa
that referenced
this pull request
Jun 10, 2025
* Rebase 'ensemble_learner_pr' of github.com:hadeaninc/linfa (thanks @jk1015) * Linting * Review: replace aggregate_predictions * Refactor params and algorithm in separate files * Add documentation * Test accuracy of random forest and add sklearn doc ref * Use bagging terminology * Add ensemble and use lexycographic order in sub-crates list * Typos * Adjust test tolerance -- Co-authored-by: James Knight jamesknight@hadean.com Co-authored-by: James Kay james@hadean.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR supersedes PR #229 by addressing open review comments.
It adds a new crate for ensemble learning algorithms including a boostrap aggregation algorithm (aka bagging).
Co-authored-by: James Knight jamesknight@hadean.com
Co-authored-by: James Kay james@hadean.com