Details
-
Sub-task
-
Status: Open
-
P2
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Sklearn pipelines are often set up to take pandas dataframes.
Our current implementation only supports numpy arrays.
This FR allows the sklearn implementation to autodetect pandas dataframes or numpy arrays and then combine them (via concat).
In the case of a pandas dataframe that value will be passed through to the pipeline.
Attachments
Issue Links
- links to