Column schema for a given column
Name | Type | Description | Notes |
---|---|---|---|
classifier | str, none_type | We can classify these columns into various grouping. Currently we only support 'input' and 'output' | |
data_type | str, none_type | The data type of the columns. Setting this field affects the default grouping (i.e integral columns) | |
discreteness | str, none_type | Whether a column should be discrete or continuous. Changing this column will change the default grouping (discrete columns vs. continuous columns | |
tags | [str], none_type | Metadata tags for the column schema information | [optional] |
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] |