We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9db2d6 commit 999af18Copy full SHA for 999af18
README.rst
@@ -516,7 +516,11 @@ Below example shows how to change logging level.
516
517
>>> import logging
518
>>> logging.getLogger('sklearn_pandas').setLevel(logging.INFO)
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
524
525
Changelog
526
---------
@@ -669,6 +673,7 @@ Changelog
669
673
* Allow specifying a list of transformers to use sequentially on the same column.
670
674
671
675
676
672
677
Credits
678
-------
679
0 commit comments