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 01 Apr. 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
03/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/30Downloads for interpret051015202530354045TrendBars

Today's Hot Picks in Authors and Packages

shinyBS  
Twitter Bootstrap Components for Shiny
Adds additional Twitter Bootstrap components to Shiny. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
gasmodel  
Generalized Autoregressive Score Models
Estimation, forecasting, and simulation of generalized autoregressive score (GAS) models of Creal, ...
Download / Learn more Package Citations See dependency  
eSIR  
Extended State-Space SIR Models
An implementation of extended state-space SIR models developed by Song Lab at UM school of Public H ...
Download / Learn more Package Citations See dependency  
samplesize  
Sample Size Calculation for Various t-Tests and Wilcoxon-Test
Computes sample size for Student's t-test and for the Wilcoxon-Mann-Whitney test for categorical dat ...
Download / Learn more Package Citations See dependency  
simplevis  
Wrappers to Simplify Beautiful "ggplot2" and "leaflet" Visualisation
Wrapper functions around the amazing 'leaflet' package that aims to simplify 'leaflet' visualisatio ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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