Corrected test statistics for comparing machine learning models on correlated samples
You can install the stable version of correctR
from CRAN:
install.packages("correctR")
You can install the development version of correctR
from GitHub:
devtools::install_github("hendersontrent/theft")
Often in machine learning, we want to compare the performance of
different models to determine if one statistically outperforms another.
However, the methods used (e.g., data resampling, correctR
is a lightweight package that implements a
small number of corrected test statistics for cases when samples are not
independent (and therefore are correlated), such as in the case of
resampling,
A Python version of correctR
called correctipy
is available at the
GitHub repository.