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
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: