Skip to content

Commit 999af18

Browse files
feat: Adds link to license in readme
Would resolve scikit-learn-contrib#261 if merged
1 parent c9db2d6 commit 999af18

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,11 @@ Below example shows how to change logging level.
516516

517517
>>> import logging
518518
>>> logging.getLogger('sklearn_pandas').setLevel(logging.INFO)
519-
519+
520+
License
521+
-------
522+
For more details on the license of this repository see [License](https://github.com/scikit-learn-contrib/sklearn-pandas/blob/master/LICENSE).
523+
520524

521525
Changelog
522526
---------
@@ -669,6 +673,7 @@ Changelog
669673
* Allow specifying a list of transformers to use sequentially on the same column.
670674

671675

676+
672677
Credits
673678
-------
674679

0 commit comments

Comments
 (0)