One Hot Encoder Model Attributes

The following is a list of attributes for a ONE_HOT_ENCODER_FIT model:

Attribute Description
call_string The value of all input arguments that were specified at the time the function was called.
varchar_categories

The CHAR and VARCHAR categories:

  • category_name: The name of the column.
  • category_level: The levels of the category, in sorted order for each category.
  • category_level_index: The index of this categorical level in the sorted list of levels for the category.
integer_categories

The INTEGER categories:

  • category_name: The name of the column.
  • category_level: The levels of the category, in sorted order for each category.
  • category_level_index: The index of this categorical level in the sorted list of levels for the category.
boolean_categories

The BOOLEAN categories:

  • category_name: The name of the column.
  • category_level: The levels of the category, in sorted order for each category.
  • category_level_index: The index of this categorical level in the sorted list of levels for the category.
date_categories

The DATE categories:

  • category_name: The name of the column.
  • category_level: The levels of the category, in sorted order for each category.
  • category_level_index: The index of this categorical level in the sorted list of levels for the category.