Skip to content

Commit

Permalink
add nlearners default info
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 committed Nov 21, 2023
1 parent 05bcabc commit 32a4f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-docs/src/product/data-science/adaboost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Algorithm-specific parameters

- `learn_rate <algo-params/learn_rate.html>`__: Specify the learning rate. The range is 0.0 to 1.0, and the default value is ``0.5``.

- **nlearners**: Number of AdaBoost weak learners.
- **nlearners**: Number of AdaBoost weak learners. This option defaults to ``50``.

- **weak_learner**: Choose a weak learner type. Must be one of: ``"AUTO"``, ``"DRF"``, ``"GBM"``, ``"GLM"``, or ``DEEP_LEARNING``. Defaults to ``"AUTO"`` (which means ``"DRF"``).

Expand Down

0 comments on commit 32a4f82

Please sign in to comment.