Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class used by MLContext to create instances of categorical data transform components.
public sealed class TransformsCatalog.CategoricalTransforms
type TransformsCatalog.CategoricalTransforms = class
Public NotInheritable Class TransformsCatalog.CategoricalTransforms
Create a OneHotEncodingEstimator, which converts the input column specified by inputColumnName
into a column of one-hot encoded vectors named outputColumnName.
Create a OneHotHashEncodingEstimator, which converts one or more input text columns specified by columns
into as many columns of hash-based one-hot encoded vectors.
Create a OneHotHashEncodingEstimator, which converts a text column specified by inputColumnName
into a hash-based one-hot encoded vector column named outputColumnName.