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

[ENH] simple pipeline compatible with sklearn #29

Closed
fkiraly opened this issue Aug 25, 2023 · 0 comments · Fixed by #51
Closed

[ENH] simple pipeline compatible with sklearn #29

fkiraly opened this issue Aug 25, 2023 · 0 comments · Fixed by #51
Labels
enhancement implementing algorithms Implementing algorithms, estimators, objects native to skpro implementing framework Implementing or improving framework for learning tasks, e.g., base class functionality module:regression probabilistic regression module

Comments

@fkiraly
Copy link
Collaborator

fkiraly commented Aug 25, 2023

The package should include a simple linear pipeline that can make use of sklearn transformers, which gives for free feature union, variable subseteting, etc.

@fkiraly fkiraly added enhancement module:regression probabilistic regression module implementing algorithms Implementing algorithms, estimators, objects native to skpro implementing framework Implementing or improving framework for learning tasks, e.g., base class functionality labels Aug 25, 2023
@fkiraly fkiraly mentioned this issue Aug 27, 2023
@fkiraly fkiraly linked a pull request Aug 27, 2023 that will close this issue
fkiraly added a commit that referenced this issue Aug 27, 2023
Implements #29 - a simple pipeline compatible with `sklearn` transformers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement implementing algorithms Implementing algorithms, estimators, objects native to skpro implementing framework Implementing or improving framework for learning tasks, e.g., base class functionality module:regression probabilistic regression module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant