CREATE SNOWFLAKE.ML.TOP_INSIGHTS¶
Creates a new Top Insights instance or replaces an existing one. You must instantiate this class to gain access to the method that provides insights into your data, called GET_DRIVERS. The instance does not store any data or settings. In most cases, you do not need to create more than one instance of this class.
Syntax¶
Usage notes¶
Use the IF NOT EXISTS form of this command to make sure that the instance exists before you call the GET_DRIVERS method.
Replication is supported only for instances of the CUSTOM_CLASSIFIER class.
Examples¶
See Examples.