Time Series¶
AR¶
|
Creates a inDB Autoregressor model. |
Methods:
|
Draws the model's contour plot. |
|
Returns the SQL code needed to deploy the model. |
|
Drops the model from the VAST DataBase. |
|
Exports machine learning models. |
|
Computes the model's features importance. |
|
Trains the model using pure SQL. |
|
Returns the model attributes. |
|
Returns the matching index. |
Returns the parameters of the model. |
|
|
Returns the first available library (Plotly, Matplotlib) to draw a specific graphic. |
|
Imports machine learning models. |
|
Draws the model. |
|
Predicts using the input relation. |
|
Computes a regression report using multiple metrics to evaluate the model ( |
|
Computes a regression report using multiple metrics to evaluate the model ( |
|
Computes the model score. |
|
Sets the parameters of the model. |
Summarizes the model. |
|
|
Exports the model to the VAST Binary format. |
|
Returns the Python function needed for in-memory scoring without using built-in VAST functions. |
|
Returns the SQL code needed to deploy the model without using built-in VAST functions. |
Attributes:
ARIMA¶
|
Creates a inDB ARIMA model. |
Methods:
|
Draws the model's contour plot. |
|
Returns the SQL code needed to deploy the model. |
Drops the model from the VAST DataBase. |
|
|
Exports machine learning models. |
|
Computes the model's features importance. |
|
Trains the model using pure SQL. |
|
Returns the model attributes. |
|
Returns the matching index. |
Returns the parameters of the model. |
|
|
Returns the first available library (Plotly, Matplotlib) to draw a specific graphic. |
|
Imports machine learning models. |
|
Draws the model. |
|
Predicts using the input relation. |
|
Computes a regression report using multiple metrics to evaluate the model ( |
|
Computes a regression report using multiple metrics to evaluate the model ( |
|
Computes the model score. |
|
Sets the parameters of the model. |
Summarizes the model. |
|
|
Exports the model to the VAST Binary format. |
|
Returns the Python function needed for in-memory scoring without using built-in VAST functions. |
|
Returns the SQL code needed to deploy the model without using built-in VAST functions. |
Attributes:
VAR¶
|
Creates a inDB VectorAutoregressor model. |
Methods:
|
Draws the model's contour plot. |
|
Returns the SQL code needed to deploy the model. |
|
Drops the model from the VAST DataBase. |
|
Exports machine learning models. |
|
Computes the model's features importance. |
|
Trains the model using pure SQL. |
|
Returns the model attributes. |
|
Returns the matching index. |
Returns the parameters of the model. |
|
|
Returns the first available library (Plotly, Matplotlib) to draw a specific graphic. |
|
Imports machine learning models. |
|
Draws the model. |
|
Predicts using the input relation. |
|
Computes a regression report using multiple metrics to evaluate the model ( |
|
Computes a regression report using multiple metrics to evaluate the model ( |
|
Computes the model score. |
|
Sets the parameters of the model. |
Summarizes the model. |
|
|
Exports the model to the VAST Binary format. |
|
Returns the Python function needed for in-memory scoring without using built-in VAST functions. |
|
Returns the SQL code needed to deploy the model without using built-in VAST functions. |
Attributes: