| OneHotEncoder-class {CatEncoders} | R Documentation |
An S4 class to represent a OneHotEncoder
Description
An S4 class to represent a OneHotEncoder
Slots
n_columnsAn integer value to store the number of columns of input data
n_valuesA numeric vector to store the number of unique values in each column of input data
column_encodersA list that stores the LabelEncoder for each column of input data
[Package CatEncoders version 0.1.1 Index]