machinelearning icon indicating copy to clipboard operation
machinelearning copied to clipboard

Add Summary() for ITransformer

Open LittleLittleCloud opened this issue 2 years ago • 1 comments

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 avatar Feb 10 '23 21:02 LittleLittleCloud

@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 avatar Jan 23 '24 22:01 michaelgsharp