dotnet / dotnet/machinelearning
Catalog.NormalizeText doesn't offer a multi-column version
Open
api-suggestion
area-Transforms
enhancement
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
API: Usually most catalog functions will have an overloaded method to supply multiple columns.
E.g. `ctx.Transforms.Text.TokenizeWords()`. Though, `ctx.Transforms.Text.NormalizeText()` only offers single input column to single output column. Was this overlooked or by-design?
Contributor guide
Assessment
This issue has not been assessed yet.