Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 21

...

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.

...

AbbreviationExpansionMeaning
PPositivesThe total number of positive outcomes (i.e. the total number of items that actually belong to the positive class).
NNegativesThe total number of negative items (i.e. the total number of items that actually belong to the negative class).
TPTrue Positive

TP data items:

  • actually belong to the positive class
  • are correctly included in the positive class
FPFalse Positive

FP data items:

  • actually belong to the negative class
  • are incorrectly included in the positive class
TNTrue Negative

TN data items:

  • actually belong to the negative class
  • are correctly included in the negative class
FNFalse Negative

FN data items:

  • actually belong to the positive class
  • are incorrectly included in the negative class

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.

MeasureAvailable for
Confusion Matrix
  • Binary classification models
  • Multi-class classification models
Accuracy
  • Binary classification models
  • Multi-class classification models
ROC Curve
  • Binary classification models
AUC
  • Binary classification models
Feature Importance
  • Binary classification
  • Numerical prediction
Predicted vs Actual
  • Binary classification models
  • Multi-class classification models
MSE
  • Numerical prediction
Residual Plot
  • Numerical Prediction

 

 

Confusion Matrix
Anchor
confusion matrix
confusion matrix

...