Column Name
|
Description
|
||
Model Name
|
The name of a specific model. The name must be unique.
|
||
Dataset Name
|
The name of the dataset the model is based on.
|
||
Goal
|
List of the variables in a dataset that can serve as goals, (also known as dependent variables).
|
||
Filter
|
A filter that was applied to the dataset when the model was created. All models must have at least the all_data filter applied.
|
||
State
|
The current status of the model. When you first create the model, the state is "Queued" and then "Running." When the new model is created and ready for use, the state changes to "Completed." If the job fails, the state will show "Failed."
|
||
ROC
|
Represents the area under the ROC (Receiver Operating Characteristics) curve. This statistic indicates how well the model separates positives and negatives. It’s a measurement of the model's ability to correctly classify predictions as true or false across various discrimination thresholds. Displays when either a ROC curve or a confusion matrix graph is shown.
|
||
RMSE
|
Root Mean Square Error is a measurement of the difference between values predicted by the model and the values actually observed. A low RMSE value is better than a high value. For CONTINUOUS and ORDINAL goals.
|
||
RMSE Normalized
|
RMSE values normalized between 0 and 1.
|
||
Pearson Correlation
|
A measure of the linear correlation (or dependence) between the predicted and actual results. Values can range between -1 (total negative correlation) and +1 (total positive correlation). For CONTINUOUS and ORDINAL goals.
|
||
MCC
|
Matthews Correlation Coefficient is a measurement of the quality of binary classifications. It takes into account the distribution of true and false positives in comparison with the distribution of true and false negatives. For BOOLEAN or CATEGORICAL goals.
|
||
Accuracy
|
A statistical measure, expressed in a percentage, that indicates how well the model predicted both successful and failed outcomes. For BOOLEAN and CATEGORICAL goals.
|
||
Number of Records in Validation Set
|
The number of records used to create the validation set. This value is based on the Validation Holdout % selected when the model was created.
|
||
Create Date
|
The date the model was created.
|