Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f49d5f commit fe9b706Copy full SHA for fe9b706
sklearn/preprocessing/_function_transformer.py
@@ -91,7 +91,7 @@ class FunctionTransformer(TransformerMixin, BaseEstimator):
91
StandardScaler : Standardize features by removing the mean and
92
scaling to unit variance.
93
LabelBinarizer : Binarize labels in a one-vs-all fashion.
94
- MultilabelBinarizer : Transform between iterable of iterables
+ MultiLabelBinarizer : Transform between iterable of iterables
95
and a multilabel format.
96
97
Examples
0 commit comments