8000 DOC fix hyperlinkg to MultiLabelBinarizer (#21331) · scikit-learn/scikit-learn@c5058f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit c5058f4

Browse files
jmloyolaglemaitre
authored andcommitted
DOC fix hyperlinkg to MultiLabelBinarizer (#21331)
1 parent bd3cf28 commit c5058f4

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)
0