10000 Merge pull request #6458 from yenchenlin1994/add-doc-for-voting-class… · rhiever/scikit-learn@68de3b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 68de3b2

Browse files
committed
Merge pull request scikit-learn#6458 from yenchenlin1994/add-doc-for-voting-classifier
[MRG] DOC Add doc of attributes for VotingClassifier
2 parents 0de2cb5 + bff21be commit 68de3b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sklearn/ensemble/voting_classifier.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ class VotingClassifier(BaseEstimator, ClassifierMixin, TransformerMixin):
5050
5151
Attributes
5252
----------
53+
estimators_ : list of classifiers
54+
The collection of fitted sub-estimators.
55+
5356
classes_ : array-like, shape = [n_predictions]
57+
The classes labels.
5458
5559
Examples
5660
--------

0 commit comments

Comments
 (0)
0