dotnet / dotnet/machinelearning

Add Summary() for ITransformer

Open
#6,563 1 comment 0 reactions 0 assignees View on GitHub
area-Core enhancement
Dominant language
C#
Stars
9.4k
Forks
2k
Avg merge
2d 20h
Merged PRs (30d)
11

Description

**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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.