- Notifications
You must be signed in to change notification settings - Fork 423
Pull requests: scikit-learn-contrib/sklearn-pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Use new recommended method to subselect rows
#1 by ogrisel was merged Jul 8, 2013 Loading… updated Aug 7, 2014
Made compatible with sklearn 0.13
#5 by pbutler was merged Oct 22, 2013 Loading… updated Aug 7, 2014
patch to fix Python 3 incompatibility
#15 by stahlous was merged Nov 11, 2014 Loading… updated Nov 11, 2014
Remove workaround for sklearn bug #2374
#18 by calpaterson was merged Mar 1, 2015 Loading… updated May 20, 2015
Update setup.py to allow for Python3 compatibility
#24 by ThomasP6t was closed May 31, 2015 Loading… updated May 31, 2015
Add documentation example selecting column but not applying any transformer to it
#25 by dukebody was merged Jun 1, 2015 Loading… updated Jun 1, 2015
Return a numpy array when selecting a single column.
#22 by dukebody was merged Aug 10, 2015 Loading… updated Aug 10, 2015
Allow specifying a list of transformers to apply sequentially to a set of columns. Resolves #17.
#29 by dukebody was merged Aug 10, 2015 Loading… updated Aug 10, 2015
added option to allow Transformers to be list.
#28 by lababidi was merged Aug 10, 2015 Loading… updated Aug 10, 2015
Patch which makes the module work in Python 3
#16 by amacbee was closed Aug 10, 2015 Loading… updated Aug 10, 2015
non-overriding solution for py2/3 intercompatibility
#33 by ThomasP6t was merged Aug 12, 2015 Loading… updated Aug 12, 2015
Use six module to hande 2vs3 issue of basestring
#32 by ThomasP6t was closed Aug 12, 2015 Loading… updated Aug 12, 2015
Correctly install and use mock module for python 2 and 3.
#35 by dukebody was merged Aug 12, 2015 Loading… updated Aug 12, 2015
Raise KeyError when trying to select unexistent columns.
#31 by dukebody was merged Nov 7, 2015 Loading… updated Nov 7, 2015
If any of the extracted features is sparse, make the hstacked result sparse as well
#36 by dukebody was closed Nov 7, 2015 Loading… updated Nov 7, 2015
Use sklearn's Pipeline for lists of transformers enhancement
#44 by zacstewart was merged Nov 28, 2015 Loading… updated Nov 28, 2015
Deprecate custom CV shims in documentation and code. Refs #11. enhancement
#48 by dukebody was merged Jan 16, 2016 Loading… updated Jan 16, 2016
Allow specifying a default transformer
#57 by dukebody was merged Apr 3, 2016 Loading… updated Oct 2, 2016
Import from sklearn.model_selection to avoid deprecation warnings
#71 by dukebody was merged Jan 16, 2017 Loading… updated Jan 16, 2017
Add a df_out option to return a dataframe
#73 by dukebody was merged Jan 17, 2017 Loading… updated Jan 17, 2017
add df_out to return a data frame
#72 by jph00 was closed Jan 17, 2017 Loading… updated Jan 17, 2017
Fix potential bugs in 'get_names'.
#74 by arnau126 was merged Jan 21, 2017 Loading… updated Jan 21, 2017
Previous Next
ProTip! Mix and match filters to narrow down what you’re looking for.