-
Notifications
You must be signed in to change notification settings - Fork 1.9k
How to dump intermediate data in pipeline? #617
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
Comments
I just want to note that I'd also very much appreciate a way to dump the intermediate data view in the pipeline. The more transformations I do the less I'm certain about how this all plays together. Even a simple way to just print the data as JSON would be great. Then one can feed the pipeline 2-3 artificial instances and see the pipeline result. |
Hi, any updates on the topic? |
We are working on the new API: https://github.com/dotnet/machinelearning/projects/9 After this is done, you will be able to inspect the intermediate results of pipeline steps much similar to this test: We will add |
We now have a couple of unit tests showcasing this functionality . Please check out New_Visibility and Visibility DRI RESPONSE : Planning to close this issue (resolved) |
Hi,
What would be the best way to get intermediate data in a pipeline? I'd like to debug data transformation steps.
Looking forward for reply
The text was updated successfully, but these errors were encountered: