Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel3
minLevel3

Available measure types

The model evaluation methods in WSO2 ML can be categorized into four types as follows.

Numerical predictions

These methods involve making a numerical prediction based on the dataset analyzed.

Binary classification

Binary classification involves classifying  the data items in a dataset into two categories.

Terminology of Binary Classification Metrics

 Binary Classification Metrics refer to the following two formulas used to calculated the reliability of a binary classification model.

...

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

...

  • class

...

Multi-class classification involves classifying the items in a dataset into multiple categories.

Clustering

...

Model evaluation measures

...