Skip to content

Commit

Permalink
minor grammatical fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter de Jong authored and Pieter de Jong committed Nov 16, 2015
1 parent a20b0eb commit 34fda74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/data_transforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scikit-learn provides a library of transformers, which may clean (see
:ref:`kernel_approximation`) or generate (see :ref:`feature_extraction`)
feature representations.

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

0 comments on commit 34fda74

Please sign in to comment.