Column schema for a given column
Name | Type | Description | Notes |
---|---|---|---|
classifier | str | We can classify these columns into various grouping. Currently we only support 'input' and 'output' | |
data_type | str | The data type of the columns. Setting this field affects the default grouping (i.e integral columns) | |
discreteness | str | Whether a column should be discrete or continuous. Changing this column will change the default grouping (discrete columns vs. continuous columns | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |