dotnet / dotnet/machinelearning
For compound transforms, there should be a setting that allows the user to see the intermediate columns
Open
area-Transforms
enhancement
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
When the users use compound transforms, like `FeaturizeText`, the intermediate columns like: `*_TextNormalizer`, `*_TextNormalizer_WordTokenizer` etc are not part of the output schema.
I think it would be really useful for debugging and tunning purposes to be able to see how the text transforms step by step.
There should be an option to make those intermediate columns part of the output.
Contributor guide
Assessment
This issue has not been assessed yet.