Skip to content

Access output after each step of the pipeline #1148

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

Closed
rabsr opened this issue May 25, 2021 · 4 comments
Closed

Access output after each step of the pipeline #1148

rabsr opened this issue May 25, 2021 · 4 comments
Labels
enhancement A new improvement or feature

Comments

@rabsr
Copy link
Contributor

rabsr commented May 25, 2021

I want to access the output after each step for the best pipeline. In our use case, currently we are using ensemble size as 1. I can't find any API for this purpose. Is it possible to get these outputs?

@franchuterivera
Copy link
Contributor

Hello, just to understand better the request: Do you mean the output of each step of the pipeline? Meaning, the output of data-preprocessing, the output of the balancing, and every other step from here?

If so, there is currently no API to do so...yet as we are compatible with scikit learn API one could follow directions like this one.

@franchuterivera franchuterivera added the enhancement A new improvement or feature label Jun 7, 2021
@rabsr
Copy link
Contributor Author

rabsr commented Jun 8, 2021

@franchuterivera Yes, your understanding is correct. I am looking for the same. Thanks for pointing the approach which I can use.

Would it be in your interest to add this capability? Let me know.

@mfeurer
Copy link
Contributor

mfeurer commented Aug 24, 2021

Would it be in your interest to add this capability? Let me know.

How would this look like? Would this simplify the usage of the pipeline object by providing access to intermediate steps? If yes, I believe this feature should be added to scikit-learn itself.

@eddiebergman
Copy link
Contributor

This can be part of issue #1298 which is in general about improving model and pipeline access so I am closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new improvement or feature
Projects
None yet
Development

No branches or pull requests

4 participants