refactored random forest regressor into reusable compoennts (#318)

This commit is contained in:
Daniel Lacina
2025-07-12 10:56:49 -04:00
committed by GitHub
parent c5816b0e1b
commit 9fef05ecc6
5 changed files with 239 additions and 157 deletions
+1
View File
@@ -16,6 +16,7 @@
//!
//! * ["An Introduction to Statistical Learning", James G., Witten D., Hastie T., Tibshirani R., 8.2 Bagging, Random Forests, Boosting](http://faculty.marshall.usc.edu/gareth-james/ISL/)
mod base_forest_regressor;
/// Random forest classifier
pub mod random_forest_classifier;
/// Random forest regressor