Learn R Programming

interpret (version 0.1.34)

Fit Interpretable Machine Learning Models

Description

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, ).

Copy Link

Version

Install

install.packages('interpret')

Monthly Downloads

344

Version

0.1.34

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Rich Caruana

Last Published

November 28th, 2024

Functions in interpret (0.1.34)

ebm_show

ebm_show
ebm_predict_proba

ebm_predict_proba
ebm_classify

Build an EBM classification model