Regression¶
Linear Models¶
Linear Regression¶
|
Creates a |
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. |
|
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. |
|
Converts the model to an InMemory object that can be used for different types of predictions. |
|
|
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:
Ridge¶
|
Creates a |
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. |
|
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. |
Converts the model to an InMemory object that can be used for different types of predictions. |
|
|
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:
Lasso¶
|
Creates a |
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. |
|
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. |
Converts the model to an InMemory object that can be used for different types of predictions. |
|
|
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:
Elastic Net¶
|
Creates an |
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. |
|
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. |
Converts the model to an InMemory object that can be used for different types of predictions. |
|
|
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:
Linear SVR¶
|
Creates an |
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. |
|
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. |
Converts the model to an InMemory object that can be used for different types of predictions. |
|
|
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:
Partial Least Squares (PLS)¶
|
Creates an |
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. |
|
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. |
Converts the model to an InMemory object that can be used for different types of predictions. |
|
|
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:
Must be overridden in child class |
Poisson Regression¶
|
Creates an |
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. |
|
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. |
|
Converts the model to an InMemory object that can be used for different types of predictions. |
|
|
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. |
Tree-based Models¶
Random Forest Regressor¶
|
Creates an |
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. |
|
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. |
|
|
Returns a table with all the input tree information. |
|
Imports machine learning models. |
|
Draws the model. |
|
Draws the input tree. |
|
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 code for a Graphviz tree. |
Converts the model to an InMemory object that can be used for different types of predictions. |
|
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:
GradientBoostingRegressor¶
|
Creates an |
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. |
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. |
|
|
Returns a table with all the input tree information. |
Imports machine learning models. |
|
Draws the model. |
|
Draws the input tree. |
|
|
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 code for a Graphviz tree. |
|
Creates a Python |
|
Converts the model to an InMemory object that can be used for different types of predictions. |
|
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:
Neighbors¶
K-Nearest Neighbors Regressor (Beta)¶
|
[Beta Version] Creates a |
Methods:
|
Draws the model's contour plot. |
|
Returns the SQL code needed to deploy the model. |
|
|
|
Exports machine learning models. |
|
Trains the model. |
|
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. |
|
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: