File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 126126 "RadiusNeighborsClassifier" ,
127127 "RadiusNeighborsRegressor" ,
128128 "RadiusNeighborsTransformer" ,
129- "RandomForestClassifier" ,
130129 "RandomTreesEmbedding" ,
131130 "RandomizedSearchCV" ,
132131 "RegressorChain" ,
Original file line number Diff line number Diff line change @@ -613,13 +613,7 @@ def feature_importances_(self):
613613 )
614614 @property
615615 def n_features_ (self ):
616- """Number of features when fitting the estimator.
617-
618- Returns
619- -------
620- n_features_in_ : int
621- The number of features when fitting the estimator.
622- """
616+ """Number of features when fitting the estimator."""
623617 return self .n_features_in_
624618
625619
@@ -1293,7 +1287,9 @@ class labels (multi-output problem).
12931287
12941288 See Also
12951289 --------
1296- DecisionTreeClassifier, ExtraTreesClassifier
1290+ sklearn.tree.DecisionTreeClassifier : A decision tree classifier.
1291+ sklearn.ensemble.ExtraTreesClassifier : Ensemble of extremely randomized
1292+ tree classifiers.
12971293
12981294 Notes
12991295 -----
You can’t perform that action at this time.
0 commit comments