Other packages > Find by keyword >

interpret  

Fit Interpretable Machine Learning Models
View on CRAN: Click here


Download and install interpret package within the R console
Install from CRAN:
install.packages("interpret")

Install from Github:
library("remotes")
install_github("cran/interpret")

Install by package version:
library("remotes")
install_version("interpret", "0.1.34")



Attach the package and use:
library("interpret")
Maintained by
Rich Caruana
[Scholar Profile | Author Map]
First Published: 2019-10-06
Latest Update: 2023-01-27
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, ).
How to cite:
Rich Caruana (2019). interpret: Fit Interpretable Machine Learning Models. R package version 0.1.34, https://cran.r-project.org/web/packages/interpret. Accessed 03 May. 2025.
Previous versions and publish date:
0.1.18 (2019-10-06 13:30), 0.1.20 (2019-10-07 11:20), 0.1.21 (2019-10-10 14:40), 0.1.22 (2019-10-13 16:40), 0.1.23 (2019-11-03 06:40), 0.1.24 (2019-12-12 10:10), 0.1.25 (2020-10-11 06:50), 0.1.26 (2020-10-12 23:20), 0.1.28 (2023-01-26 10:50), 0.1.33 (2023-01-28 00:20)
Other packages that cited interpret R package
View interpret citation profile
Other R packages that interpret depends, imports, suggests or enhances
Complete documentation for interpret
Functions, R codes and Examples using the interpret R package
Some associated functions: ebm_classify . ebm_predict_proba . ebm_show . 
Some associated R codes: binning.R . booster.R . dataset.R . ebm.R . interaction_detector.R . random_numbers.R . sampling.R .  Full interpret package functions and examples
Downloads during the last 30 days
04/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/01Downloads for interpret0510152025303540TrendBars

Today's Hot Picks in Authors and Packages

ncvreg  
Regularization Paths for SCAD and MCP Penalized Regression Models
Fits regularization paths for linear regression, GLM, and Cox regression models using lasso or nonc ...
Download / Learn more Package Citations See dependency  
sift  
Intelligently Peruse Data
Facilitate extraction of key information from common datasets. ...
Download / Learn more Package Citations See dependency  
noisyCE2  
Cross-Entropy Optimisation of Noisy Functions
Cross-Entropy optimisation of unconstrained deterministic and noisy functions illustrated in Rubins ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
hdme  
High-Dimensional Regression with Measurement Error
Penalized regression for generalized linear models for measurement error problems (aka. errors-in-v ...
Download / Learn more Package Citations See dependency  
cleanNLP  
A Tidy Data Model for Natural Language Processing
Provides a set of fast tools for converting a textual corpus into a set of normalized tables. Users ...
Download / Learn more Package Citations See dependency  

24,187

R Packages

207,311

Dependencies

65,312

Author Associations

24,143

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA