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

Skip to content

Commit fe9b706

Browse files
authored
DOC fix hyperlinkg to MultiLabelBinarizer (#21331)
1 parent 3f49d5f commit fe9b706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/preprocessing/_function_transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class FunctionTransformer(TransformerMixin, BaseEstimator):
9191
StandardScaler : Standardize features by removing the mean and
9292
scaling to unit variance.
9393
LabelBinarizer : Binarize labels in a one-vs-all fashion.
94-
MultilabelBinarizer : Transform between iterable of iterables
94+
MultiLabelBinarizer : Transform between iterable of iterables
9595
and a multilabel format.
9696
9797
Examples

0 commit comments

Comments
 (0)