Production use of this feature is available for specific editions only. Contact our sales team for more information.
Read Snowflake’s documentation for a full explanation of classification models, and for details about limitations, costs, preparation, and more.
Use case
Common use cases of classification include customer churn prediction, credit card fraud detection, and spam detection, as described in Snowflake’s documentation.Properties
string
required
A human-readable name for the component.
drop-down
required
The Snowflake database that the classification model resides in. The special value
[Environment Default] uses the database defined in the environment. Read Databases, Tables and Views - Overview to learn more.drop-down
required
The Snowflake schema that the classification model resides in. The special value
[Environment Default] uses the schema defined in the environment. Read Database, Schema, and Share DDL to learn more.drop-down
required
The model to use. Read the Snowflake documentation to learn more about creating and using models.
drop-down
required
- ABORT: Abort the entire prediction operation if any rows result in an error.
- SKIP: Skip any rows that result in an error. The error is shown instead of the results for that row.
string
required
The name of the column where the model’s output will be stored.
string
required
The name of the column where the classifications will appear. The predicted class is extracted from the model output for the user.For example, if your data’s classification will be either “true” or “false”, a column will be created that explicitly lists “true” and “false” values for each row classified.
boolean
required
- Yes: Includes both the column names of the input data and the output columns
Model Output Column NameandClass Column Name. - No: Only includes the
Model Output Column NameandClass Column Namecolumns.
