Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.05 KB

ColumnSchema.md

File metadata and controls

16 lines (11 loc) · 1.05 KB

ColumnSchema

Column schema for a given column

Properties

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]

[Back to Model list] [Back to API list] [Back to README]