README.md

Train Interpretable, Spline Based, Additive, Surrogate Models

Build Status Coverage
Status CRAN_Status_Badge Total Downloads

Overview

The xspliner package is a collection of tools for training interpretable surrogate ML models.

The package helps to build simple, interpretable models that inherits informations provided by more complicated ones - resulting model may be treated as explanation of provided black box, that was supplied prior to the algorithm. Provided functionality offers graphical and statistical evaluation both for overall model and its components.

Key functions:

The approach that stands behind surrogate model construction offered by xspliner sums up below graphics:

More details can be found in xspliner's page.

Installation

# the easiest way to get xspliner is to install it from CRAN:
install.packages("xspliner")

# Or the the development version from GitHub:
devtools::install_github("ModelOriented/xspliner")


Try the xspliner package in your browser

Any scripts or data that you put into this service are public.

xspliner documentation built on Sept. 26, 2019, 1:02 a.m.