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.
2 parents ad05d3d + 34fda74 commit 2900c5aCopy full SHA for 2900c5a
doc/data_transforms.rst
@@ -10,7 +10,7 @@ scikit-learn provides a library of transformers, which may clean (see
10
:ref:`kernel_approximation`) or generate (see :ref:`feature_extraction`)
11
feature representations.
12
13
-Like other estimators, these are represented by classes with ``fit`` method,
+Like other estimators, these are represented by classes with a ``fit`` method,
14
which learns model parameters (e.g. mean and standard deviation for
15
normalization) from a training set, and a ``transform`` method which applies
16
this transformation model to unseen data. ``fit_transform`` may be more
0 commit comments