Skip to content

Commit

Permalink
feat: Adds link to license in readme
Browse files Browse the repository at this point in the history
Would resolve scikit-learn-contrib#261 if merged
  • Loading branch information
darigovresearch authored Feb 23, 2023
1 parent c9db2d6 commit 999af18
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,11 @@ Below example shows how to change logging level.

>>> import logging
>>> logging.getLogger('sklearn_pandas').setLevel(logging.INFO)

License
-------
For more details on the license of this repository see [License](https://github.com/scikit-learn-contrib/sklearn-pandas/blob/master/LICENSE).


Changelog
---------
Expand Down Expand Up @@ -669,6 +673,7 @@ Changelog
* Allow specifying a list of transformers to use sequentially on the same column.



Credits
-------

Expand Down

0 comments on commit 999af18

Please sign in to comment.