You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2018. It is now read-only.
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.