DESCRIBE
statement is used to display the attributes of an existing model.
The available options to describe a model depend on the underlying engine.
DESCRIBE
outputs an additional column that stores all available options to describe a model, depending on the underlying engine.
tables
output column lists all available options to describe a model.
Name | Description |
---|---|
accuracies | It lists the accuracy function used to evaluate the model and the achieved score. |
column_importances | It lists all feature-type columns and assigns importance values. |
outputs | The target column. |
inputs | All the feature columns. |
tables
output column lists all available options to describe a model.
Name | Description |
---|---|
key | It stores parameters, such as prompt_template and target . |
value | It stores parameter values. |
tables
output column lists all available options to describe a model.
Name | Description |
---|---|
accuracies | It lists the chosen model name and its accuracy score. |
outputs | The target column. |
inputs | All the feature columns. |
["info"]
in its first output column.
DESCRIBE [MODEL]
or understand the results, feel free to ask us on the community Slack workspace.