Skip to content

Commit 611254d

Browse files
authored
Merge pull request #188 from westurner/patch-1
DOC: README.rst: fix rst syntax
2 parents f2ebea5 + 680e503 commit 611254d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In particular, it provides:
1111

1212
1. A way to map ``DataFrame`` columns to transformations, which are later recombined into features.
1313
2. A compatibility shim for old ``scikit-learn`` versions to cross-validate a pipeline that takes a pandas ``DataFrame`` as input. This is only needed for ``scikit-learn<0.16.0`` (see `#11 <https://github.com/paulgb/sklearn-pandas/issues/11>`__ for details). It is deprecated and will likely be dropped in ``skearn-pandas==2.0``.
14-
3. A couple of special transformers that work well with pandas inputs: ``CategoricalImputer`` and ``FunctionTransformer`.`
14+
3. A couple of special transformers that work well with pandas inputs: ``CategoricalImputer`` and ``FunctionTransformer``.
1515

1616
Installation
1717
------------

0 commit comments

Comments
 (0)