Skip to content

Conversion to Numpy? #21

Description

@apexjmr

Hi, it seems that the SKlearnWrapper converts X to numpy before calling fit. My sklearn modules are all expecting dataframes. Is there a way to prevent the conversion for the wrapper? Just doing a simple test like this:

    feature_pipeline = Pipeline([
        ("stationary", dst.SKLearnWrapper(self.stationary)),
    ])

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions