8000 DOC Fix minor typo (#26327) · scikit-learn/scikit-learn@8ccd988 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ccd988

Browse files
authored
DOC Fix minor typo (#26327)
1 parent c6628a0 commit 8ccd988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/ensemble/_iforest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class IsolationForest(OutlierMixin, BaseBagging):
8585
- If float, then draw `max(1, int(max_features * n_features_in_))` features.
8686
8787
Note: using a float number less than 1.0 or integer less than number of
88-
features will enable feature subsampling and leads to a longerr runtime.
88+
features will enable feature subsampling and leads to a longer runtime.
8989
9090
bootstrap : bool, default=False
9191
If True, individual trees are fit on random subsets of the training

0 commit comments

Comments
 (0)
0