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]
All associated links for this package
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 30 Jan. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

GGMncv  
Gaussian Graphical Models with Nonconvex Regularization
Estimate Gaussian graphical models with nonconvex penalties , including ...
Download / Learn more Package Citations See dependency  
cinaR  
A Computational Pipeline for Bulk 'ATAC-Seq' Profiles
Differential analyses and Enrichment pipeline for bulk 'ATAC-seq' data analyses. This package combi ...
Download / Learn more Package Citations See dependency  
WtTopsis  
Weighted Method for Multiple-Criteria Decision Making
Evaluation of alternatives based on multiple criteria using weighted technique for Order preference ...
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  
convertid  
Convert Gene IDs Between Each Other and Fetch Annotations from Biomart
Gene Symbols or Ensembl Gene IDs are converted using the Bimap interface in 'AnnotationDbi' in conve ...
Download / Learn more Package Citations See dependency  
fastmit  
Fast Mutual Information Based Independence Test
A mutual information estimator based on k-nearest neighbor method proposed by A. Kraskov, et al. (20 ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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