diff options
author | Christopher Baines <mail@cbaines.net> | 2015-11-22 16:57:58 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-11-22 16:58:40 +0000 |
commit | e6fc0c2246c9ec6862fc476321fb6be351af6eee (patch) | |
tree | 4d880e41101376812ca82c6415c208c80ed87903 | |
parent | 7f3e6d93c41c8d70e9c6c766c16211b486d5c038 (diff) | |
download | sklearn-pandas-e6fc0c2246c9ec6862fc476321fb6be351af6eee.tar sklearn-pandas-e6fc0c2246c9ec6862fc476321fb6be351af6eee.tar.gz |
Add extended description
-rw-r--r-- | debian/control | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f951765..15bde43 100644 --- a/debian/control +++ b/debian/control @@ -10,9 +10,22 @@ Package: python-sklearn-pandas Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Pandas integration with sklearn + sklearn-pandas provides a bridge between scikit-learn's machine learning + methods and pandas data frames. + . + In particular, it provides: + - a way to map DataFrame columns to transformations, which are later + recombined into features + - a way to cross-validate a pipeline that takes a pandas DataFrame as input. Package: python3-sklearn-pandas Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Pandas integration with sklearn - + sklearn-pandas provides a bridge between scikit-learn's machine learning + methods and pandas data frames. + . + In particular, it provides: + - a way to map DataFrame columns to transformations, which are later + recombined into features + - a way to cross-validate a pipeline that takes a pandas DataFrame as input. |