Decomposition & Preprocessing¶
Decomposition¶
PCA¶
|
Creates an |
Methods:
|
Draws the model's contour plot. |
|
Returns the SQL code needed to deploy the inverse model. |
|
Returns the SQL code needed to deploy the model. |
|
Drops the model from the VAST DataBase. |
|
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. |
|
Applies the Inverse Model on a |
|
Draws a decomposition scatter plot. |
|
Draws a decomposition circle. |
|
Draws a decomposition scree plot. |
|
Returns the decomposition score on a dataset for each transformed column. |
|
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. |
|
Applies the model on a |
Attributes:
SVD¶
|
Creates an |
Methods:
|
Draws the model's contour plot. |
|
Returns the SQL code needed to deploy the inverse model. |
|
Returns the SQL code needed to deploy the model. |
|
Drops the model from the VAST DataBase. |
|
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. |
|
Applies the Inverse Model on a |
|
Draws a decomposition scatter plot. |
|
Draws a decomposition circle. |
|
Draws a decomposition scree plot. |
|
Returns the decomposition score on a dataset for each transformed column. |
|
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. |
|
Applies the model on a |
Attributes:
MCA (Beta)¶
|
Creates a MCA (multiple correspondence analysis) object using the VAST PCA algorithm. |
Methods:
|
Draws the model's contour plot. |
|
Returns the SQL code needed to deploy the inverse model. |
|
Returns the SQL code needed to deploy the model. |
|
Drops the model from the VAST DataBase. |
|
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. |
|
Applies the Inverse Model on a |
|
Draws a decomposition scatter plot. |
|
Draws a decomposition circle. |
|
Draws a decomposition contribution plot of the input dimension. |
|
Draws a MCA (multiple correspondence analysis) cos2 plot of the two input dimensions. |
|
Draws a decomposition scree plot. |
|
Draws the MCA (multiple correspondence analysis) graph. |
|
Returns the decomposition score on a dataset for each transformed column. |
|
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. |
|
Applies the model on a |
Attributes:
Preprocessing¶
One-Hot Encoder¶
|
Creates a VAST OneHotEncoder object. |
Methods:
Returns the SQL code needed to deploy the inverse model. |
|
|
Returns the SQL code needed to deploy the model. |
Drops the model from the VAST DataBase. |
|
|
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. |
|
Applies the Inverse Model on a |
|
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. |
|
Applies the model on a |
Attributes:
Scaler¶
|
Creates a VAST Scaler object. |
Methods:
|
Returns the SQL code needed to deploy the inverse model. |
|
Returns the SQL code needed to deploy the model. |
Drops the model from the VAST DataBase. |
|
|
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. |
|
Applies the Inverse Model on a |
|
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. |
|
Applies the model on a |
Attributes:
Standard Scaler¶
|
i.e. Scaler with param method = 'zscore'. |
Methods:
Returns the SQL code needed to deploy the inverse model. |
|
|
Returns the SQL code needed to deploy the model. |
Drops the model from the VAST DataBase. |
|
|
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. |
|
Applies the Inverse Model on a |
|
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. |
|
Applies the model on a |
Attributes:
Min Max Scaler¶
|
i.e. Scaler with param method = 'minmax'. |
Methods:
|
Draws the model's contour plot. |
|
Returns the SQL code needed to deploy the inverse model. |
|
Returns the SQL code needed to deploy the model. |
Drops the model from the VAST DataBase. |
|
|
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. |
|
Applies the Inverse Model on a |
|
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. |
|
Applies the model on a |
Attributes:
Robust Scaler¶
|
i.e. Scaler with param method = 'robust_zscore'. |
Methods:
|
Draws the model's contour plot. |
|
Returns the SQL code needed to deploy the inverse model. |
|
Returns the SQL code needed to deploy the model. |
Drops the model from the VAST DataBase. |
|
|
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. |
|
Applies the Inverse Model on a |
|
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. |
|
Applies the model on a |
Attributes:
Balance¶
|
Creates a view with an equal distribution of the input data based on the response_column. |