Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

working with pipelines #25

Open
geoHeil opened this issue Nov 8, 2016 · 2 comments
Open

working with pipelines #25

geoHeil opened this issue Nov 8, 2016 · 2 comments

Comments

@geoHeil
Copy link

geoHeil commented Nov 8, 2016

Do you support working with pipelines where only the last step is an estimator?
Is it possible to stack them like StackingClassifier(classifiers=[pip1, pip2, pip3, pip4]

I tried this and it seems to be stuck / not continue evaluating the pipeline.

@dvro
Copy link
Member

dvro commented Nov 8, 2016

As long as it implements the fit, predict, predict_proba interface (which the pipeline does) it works. If not, please, paste here your code and we'll take a look at it. (Try with a subsample of the dataset and, once you see it works, proceed to the whole dataset).

@geoHeil
Copy link
Author

geoHeil commented Nov 8, 2016

Will do that.

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

No branches or pull requests

2 participants