Skip to content
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

Add Summary() for ITransformer #6563

Open
LittleLittleCloud opened this issue Feb 10, 2023 · 1 comment
Open

Add Summary() for ITransformer #6563

LittleLittleCloud opened this issue Feb 10, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@LittleLittleCloud
Copy link
Contributor

Describe the solution you'd like
An extension Summary() method for ITransformer that returns a string that contains information like the hyper-parameter/Transformer name if ITransformer is a single Transformer, and returns a summary of pipeline if ITransformer is ITransformeChain

Additional context
The information can be useful for debugging purposes, and also help simplify the code generator in ModelBuilder, which currently relies on a manul-maintained wrapper for all transformers to pass such information

@LittleLittleCloud LittleLittleCloud added the enhancement New feature or request label Feb 10, 2023
@LittleLittleCloud LittleLittleCloud changed the title Add Summary() information for ITransformer Add Summary() for ITransformer Feb 10, 2023
@ghost ghost added the untriaged New issue has not been triaged label Feb 10, 2023
@michaelgsharp
Copy link
Member

@LittleLittleCloud I'll add this to our "Future" milestone, but if you are planning on getting it done for the next major release please change it to the 4.0 milestone.

@michaelgsharp michaelgsharp added this to the ML.NET Future milestone Jan 23, 2024
@ghost ghost removed the untriaged New issue has not been triaged label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants