Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ce4d93

Browse files
vitalisetjjerphan
authored andcommitted
DOC fix rendering of versionadded (scikit-learn#25211)
1 parent 5803d90 commit 8ce4d93

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

sklearn/datasets/_kddcup99.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def fetch_kddcup99(
8181
data_home : str, default=None
8282
Specify another download and cache folder for the datasets. By default
8383
all scikit-learn data is stored in '~/scikit_learn_data' subfolders.
84+
8485
.. versionadded:: 0.19
8586
8687
shuffle : bool, default=False

sklearn/ensemble/_voting.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ class VotingClassifier(ClassifierMixin, _BaseVoting):
232232
feature_names_in_ : ndarray of shape (`n_features_in_`,)
233233
Names of features seen during :term:`fit`. Only defined if the
234234
underlying estimators expose such an attribute when fit.
235+
235236
.. versionadded:: 1.0
236237
237238
See Also
@@ -534,6 +535,7 @@ class VotingRegressor(RegressorMixin, _BaseVoting):
534535
feature_names_in_ : ndarray of shape (`n_features_in_`,)
535536
Names of features seen during :term:`fit`. Only defined if the
536537
underlying estimators expose such an attribute when fit.
538+
537539
.. versionadded:: 1.0
538540
539541
See Also

0 commit comments

Comments
 (0)