Techniques To Evaluate Accuracy of Classifier in Data Mining (original) (raw)

Last Updated : 30 Jan, 2023

Pre-requisites: Data Mining

Data Mining can be referred to as knowledge mining from data, knowledge extraction, data/pattern analysis, data archaeology, and data dredging. In this article, we will see techniques to evaluate the accuracy of classifiers.

HoldOut

In the holdout method, the largest dataset is randomly divided into three subsets:

Basically, two-thirds of the data are been allocated to the training set and the remaining one-third is been allocated to the test set.

HOLDOUT

Random Subsampling

RANDOM SAMPLING

Cross-Validation

Bootstrapping