Creating a Model
To create a model, use theCREATE MODEL
statement.
models_versions
table.
Retraining a Model
To retrain a model, use theRETRAIN
statement.
Using Active Model Version
To use the currently active model version, run this query:Using Specific Model Version
To use a specific model version, even if it is set to inactive, run this query:Setting Model Version as Active
To set a specific model version as active, run theUPDATE
statement:
Deleting Specific Model Version
To delete a specific model version, run theDELETE FROM
statement:
Deleting All Model Versions
To delete all models version, run theDROP MODEL
statement: