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