Overview

The EloML package provides Elo rating system for machine learning models. Elo Predictive Power (EPP) score helps to assess model performance based Elo ranking system.

Find more in the EPP: interpretable score of model predictive power arxiv paper.

Installation

# Install the the development version from GitHub:
# install.packages("devtools")
devtools::install_github("ModelOriented/EloML")

Usage

library(EloML)
data(auc_scores)
calculate_elo(auc_scores)