Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Jul 19, 2023
1 parent a927669 commit e9d702b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/ensemble/_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ class ExtraTreesClassifier(ForestClassifier):
`max_samples` should be in the interval `(0.0, 1.0]`.
.. versionadded:: 0.22
max_bins : int, default=255
The maximum number of bins to use for non-missing values.
Expand Down

0 comments on commit e9d702b

Please sign in to comment.