Skip to content

Commit f458662

Browse files
committed
DOC typo in ExtraTrees
1 parent 2931627 commit f458662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/computational_performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ support vectors.
169169
.. centered:: |nusvr_model_complexity|
170170

171171
For :mod:`sklearn.ensemble` of trees (e.g. RandomForest, GBT,
172-
ExternalTrees etc) the number of trees and their depth play the most
172+
ExtraTrees etc) the number of trees and their depth play the most
173173
important role. Latency and throughput should scale linearly with the number
174174
of trees. In this case we used directly the ``n_estimators`` parameter of
175175
:class:`sklearn.ensemble.gradient_boosting.GradientBoostingRegressor`.

0 commit comments

Comments
 (0)