Skip to content

Commit 2900c5a

Browse files
committed
Merge pull request scikit-learn#5855 from pieteradejong/doc-edits-transforms
[MRG] minor grammatical fix
2 parents ad05d3d + 34fda74 commit 2900c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/data_transforms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scikit-learn provides a library of transformers, which may clean (see
1010
:ref:`kernel_approximation`) or generate (see :ref:`feature_extraction`)
1111
feature representations.
1212

13-
Like other estimators, these are represented by classes with ``fit`` method,
13+
Like other estimators, these are represented by classes with a ``fit`` method,
1414
which learns model parameters (e.g. mean and standard deviation for
1515
normalization) from a training set, and a ``transform`` method which applies
1616
this transformation model to unseen data. ``fit_transform`` may be more

0 commit comments

Comments
 (0)