- 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 sklearn's Pipeline for lists of transformers enhancement
#44 by zacstewart was merged Nov 28, 2015 Loading…
Deprecate custom CV shims in documentation and code. Refs #11. enhancement
#48 by dukebody was merged Jan 16, 2016 Loading…
Return a numpy array when selecting a single column.
#22 by dukebody was merged Aug 10, 2015 Loading…
Update setup.py to allow for Python3 compatibility
#24 by ThomasP6t was closed May 31, 2015 Loading…
If any of the extracted features is sparse, make the hstacked result sparse as well
#36 by dukebody was closed Nov 7, 2015 Loading…
Add documentation example selecting column but not applying any transformer to it
#25 by dukebody was merged Jun 1, 2015 Loading…
non-overriding solution for py2/3 intercompatibility
#33 by ThomasP6t was merged Aug 12, 2015 Loading…
Using get_feature_names method to extract feature names from DictVectorizer
#100 by ragrawal was closed Jun 24, 2017 Loading…
adding an option to overwrite input_df at the transformer level
#102 by ragrawal was merged Jun 24, 2017 Loading…
Allow to provide custom column name for transformed feature
#92 by dukebody was merged May 13, 2017 Loading…
capturing transformed names so that we can get it to understand featu…
#84 by ragrawal was merged Apr 8, 2017 Loading…
Add input_df init argument to pass df/series to transformers
#85 by dukebody was merged Apr 17, 2017 Loading…
Previous Next
ProTip! Exclude everything labeled
bug with -label:bug.