interpret: Fit Interpretable Machine Learning Models

Package for training interpretable machine learning models. Historically, the most interpretable machine learning models were not very accurate, and the most accurate models were not very interpretable. Microsoft Research has developed an algorithm called the Explainable Boosting Machine (EBM) which has both high accuracy and interpretable characteristics. EBM uses machine learning techniques like bagging and boosting to breathe new life into traditional GAMs (Generalized Additive Models). This makes them as accurate as random forests and gradient boosted trees, and also enhances their intelligibility and editability. Details on the EBM algorithm can be found in the paper by Rich Caruana, Yin Lou, Johannes Gehrke, Paul Koch, Marc Sturm, and Noemie Elhadad (2015, <doi:10.1145/2783258.2788613>).

Version: 0.1.33
Depends: R (≥ 3.0.0)
Published: 2023-01-27
Author: Samuel Jenkins [aut], Harsha Nori [aut], Paul Koch [aut], Rich Caruana [aut, cre], Microsoft Corporation [cph]
Maintainer: Rich Caruana <interpretml at outlook.com>
BugReports: https://github.com/interpretml/interpret/issues
License: MIT + file LICENSE
URL: https://github.com/interpretml/interpret
NeedsCompilation: yes
SystemRequirements: C++17
CRAN checks: interpret results

Documentation:

Reference manual: interpret.pdf

Downloads:

Package source: interpret_0.1.33.tar.gz
Windows binaries: r-prerel: interpret_0.1.33.zip, r-release: interpret_0.1.33.zip, r-oldrel: interpret_0.1.33.zip
macOS binaries: r-prerel (arm64): interpret_0.1.33.tgz, r-release (arm64): interpret_0.1.33.tgz, r-oldrel (arm64): interpret_0.1.33.tgz, r-prerel (x86_64): interpret_0.1.33.tgz, r-release (x86_64): interpret_0.1.33.tgz
Old sources: interpret archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=interpret to link to this page.