From e6fc0c2246c9ec6862fc476321fb6be351af6eee Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 22 Nov 2015 16:57:58 +0000 Subject: Add extended description --- debian/control | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3