...
These methods involve making a numerical prediction based on the dataset analysed. The available measures of this type are as follows.
analyzed.
Binary classification
Binary classification involves classifying the data items in a dataset into two categories.
...
Abbreviation | Expansion | Meaning |
---|---|---|
P | Positives | The total number of positive outcomes (i.e. the total number of items that actually belong to the positive class). |
N | Negatives | The total number of negative items (i.e. the total number of items that actually belong to the negative class). |
TP | True Positive | TP data items:
|
FP | False Positive | FP data items:
|
TN | True Negative | TN data items:
|
FN | False Negative | FN data items:
|
The available measures of this type are as follows.
...
...
Multi-class classification
Multi-class classification involves classifying the items in a dataset into multiple categories. The available measures of this type are as follows.
...
Clustering
This involves clustering the items in a dataset.
...
The following methods are used to evaluate the performance of models in terms of accuracy.
Measure | Available for |
---|---|
Confusion Matrix |
|
Accuracy |
|
ROC Curve |
|
AUC |
|
Feature Importance |
|
Predicted vs Actual |
|
MSE |
|
Residual Plot |
|
Confusion Matrix
Anchor | ||||
---|---|---|---|---|
|
...