Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 947 Bytes

ColumnSchema.md

File metadata and controls

15 lines (10 loc) · 947 Bytes

ColumnSchema

Column schema for a given column

Properties

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]

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