Confusion matrix and the evaluation metrics (recall, precision, f1 score) derived from it are used to evaluate classification model performances. Each metric has its own characteristic in terms of evaluation. Here I summarize these basic metrics and some tricks to memorize the calculations.
Bangda Sun
Practice makes perfect
Assignment operator in R
Discussion about the assignment operator preferences in R: <-
and =
.
Data Visualization with ggplot2 (1)
Introduction to awesome visualization R package ggplot2
and its graphic grammar.