implemented extra trees (#320)

* implemented extra trees

* implemented extra trees
This commit is contained in:
Daniel Lacina
2025-07-12 13:37:11 -04:00
committed by GitHub
parent 9fef05ecc6
commit 4841791b7e
2 changed files with 319 additions and 0 deletions
+1
View File
@@ -17,6 +17,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;
pub mod extra_trees_regressor;
/// Random forest classifier
pub mod random_forest_classifier;
/// Random forest regressor