SQL Reference
Machine Learning Model Functions
functionality supports these SQL functions for machine learning models.
The scope of a machine learning model is the schema.
Supported machine learning models are divided into these categories.
To create a machine learning model and manage the model, see Machine Learning Models for the corresponding syntaxes. After you have the model, you can execute a query using the model with this syntax.
Syntax
Example
Create a table with data for the model.
Create a multiple linear regression model based on the data.
Execute a SELECT query against the multiple linear regression to see the actual and predicted values. Limit the result set to 10 rows.
Output