Skip to content

Commit

Permalink
Fix default in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Feb 23, 2024
1 parent 8020f1e commit e106f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sktree/ensemble/_honest_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class HonestForestClassifier(ForestClassifier, ForestClassifierMixin):
``N``, ``N_t``, ``N_t_R`` and ``N_t_L`` all refer to the weighted sum,
if ``sample_weight`` is passed.
bootstrap : bool, default=True
bootstrap : bool, default=False
Whether bootstrap samples are used when building trees. If False, the
whole dataset is used to build each tree.
Expand Down

0 comments on commit e106f85

Please sign in to comment.