Skip to content

Commit 521cc6c

Browse files
rathideep22Copilot
andauthored
Update algorithms/linfa-ensemble/src/adaboost_hyperparams.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 90ec878 commit 521cc6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

algorithms/linfa-ensemble/src/adaboost_hyperparams.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use rand::Rng;
2020
/// * `model_params`: The parameters for the base learner (weak classifier). Typically, shallow
2121
/// decision trees (stumps with max_depth=1 or max_depth=2) are used as weak learners.
2222
///
23-
/// * `rng`: Random number generator used for tie-breaking and reproducibility.
23+
/// * `rng`: Random number generator used for bootstrap sampling and reproducibility.
2424
#[derive(Clone, Copy, Debug, PartialEq)]
2525
pub struct AdaBoostValidParams<P, R> {
2626
/// The maximum number of estimators to train

0 commit comments

Comments
 (0)