damccorm opened a new issue, #21452: URL: https://github.com/apache/beam/issues/21452
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. Imported from Jira [BEAM-14535](https://issues.apache.org/jira/browse/BEAM-14535). Original Jira may contain additional context. Reported by: Ryan.Thompson. Subtask of issue #21435 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
