Classification¶
Linear Models¶
Linear SVC¶
|
Creates an |
Methods:
|
Computes a classification report using multiple model evaluation metrics ( |
|
Computes the model confusion matrix. |
|
Draws the model's contour plot. |
|
Draws the model Cutoff curve. |
|
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 Lift Chart. |
|
Draws the model. |
|
Draws the model PRC curve. |
|
Makes predictions on the input relation. |
|
Returns the model's probabilities using the input relation. |
|
Computes a classification report using multiple model evaluation metrics ( |
|
Draws the model ROC curve. |
|
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:
Logistic Regression¶
|
Creates a |
Methods:
Computes a classification report using multiple model evaluation metrics ( |
|
|
Computes the model confusion matrix. |
|
Draws the model's contour plot. |
|
Draws the model Cutoff curve. |
|
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 Lift Chart. |
|
Draws the model. |
|
Draws the model PRC curve. |
|
Makes predictions on the input relation. |
|
Returns the model's probabilities using the input relation. |
|
Computes a classification report using multiple model evaluation metrics ( |
|
Draws the model ROC curve. |
|
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:
Tree-based algorithms¶
Random Forest Classifier¶
|
Creates an |
Methods:
Computes a classification report using multiple model evaluation metrics ( |
|
Computes the model confusion matrix. |
|
|
Draws the model's contour plot. |
Draws the model Cutoff curve. |
|
|
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 Lift Chart. |
|
|
Draws the model. |
|
Draws the input tree. |
Draws the model PRC curve. |
|
|
Predicts using the input relation. |
|
Returns the model's probabilities using the input relation. |
|
Computes a classification report using multiple model evaluation metrics ( |
Draws the model ROC curve. |
|
|
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:
GradientBoosting Classifier¶
|
Creates an |
Methods:
Computes a classification report using multiple model evaluation metrics ( |
|
Computes the model confusion matrix. |
|
Draws the model's contour plot. |
|
Draws the model Cutoff curve. |
|
|
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 Lift Chart. |
|
Draws the model. |
|
Draws the input tree. |
|
Draws the model PRC curve. |
|
|
Predicts using the input relation. |
Returns the model's probabilities using the input relation. |
|
|
Computes a classification report using multiple model evaluation metrics ( |
Draws the model ROC curve. |
|
|
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:
Naive Bayes¶
Naive Bayes¶
|
Creates an |
Methods:
|
Computes a classification report using multiple model evaluation metrics ( |
|
Computes the model confusion matrix. |
|
Draws the model's contour plot. |
|
Draws the model Cutoff curve. |
|
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. |
|
Draws the model Lift Chart. |
|
Draws the model PRC curve. |
|
Predicts using the input relation. |
|
Returns the model's probabilities using the input relation. |
|
Computes a classification report using multiple model evaluation metrics ( |
|
Draws the model ROC curve. |
|
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:
Neighbors¶
K-Nearest Neighbors Classifier (Beta)¶
|
[Beta Version] Creates a KNeighborsClassifier object using the k-nearest neighbors algorithm. |
Methods:
Computes a classification report using multiple model evaluation metrics ( |
|
Computes the model confusion matrix. |
|
|
Draws the model's contour plot. |
Draws the model Cutoff curve. |
|
|
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. |
|
Draws the model Lift Chart. |
|
Draws the model PRC curve. |
|
Predicts using the input relation. |
|
Returns the model's probabilities using the input relation. |
|
Computes a classification report using multiple model evaluation metrics ( |
|
Draws the model ROC curve. |
|
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:
Nearest Centroid (Beta)¶
|
Creates a |
Methods:
Computes a classification report using multiple model evaluation metrics ( |
|
Computes the model confusion matrix. |
|
|
Draws the model's contour plot. |
|
Draws the model Cutoff curve. |
|
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. |
|
Draws the model Lift Chart. |
|
Draws the model PRC curve. |
|
Predicts using the input relation. |
|
Returns the model's probabilities using the input relation. |
|
Computes a classification report using multiple model evaluation metrics ( |
|
Draws the model ROC curve. |
|
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: