Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion to Numpy? #21

Open
apexjmr opened this issue Feb 4, 2024 · 0 comments
Open

Conversion to Numpy? #21

apexjmr opened this issue Feb 4, 2024 · 0 comments

Comments

@apexjmr
Copy link

apexjmr commented Feb 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant