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.33")



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.33, https://cran.r-project.org/web/packages/interpret
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)
Other packages that cited interpret R package
View interpret citation profile
Other R packages that interpret depends, imports, suggests or enhances
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

QuantileNPCI  
Nonparametric Confidence Intervals for Quantiles
Based on Alan D. Hutson (1999) , "Calculating nonparametric confidence i ...
Download / Learn more Package Citations See dependency  
Maintainer: Li Yan (view profile)
FMCCSD  
Efficient Estimation of Clustered Current Status Data
Current status data abounds in the field of epidemiology and public health, where the only observab ...
Download / Learn more Package Citations See dependency  
cdcfluview  
Retrieve Flu Season Data from the United States Centers for Disease Control and Prevention ("CDC") "FluView" Portal
The 'U.S.' Centers for Disease Control and Prevention (CDC) maintain a portal ...
Download / Learn more Package Citations See dependency  
srm  
Structural Equation Modeling for the Social Relations Model
Provides functionality for structural equation modeling for the social relations model (Kenny & ...
Download / Learn more Package Citations See dependency  
bizicount  
Bivariate Zero-Inflated Count Models Using Copulas
Maximum likelihood estimation of copula-based zero-inflated (and non-inflated) Poisson and negative ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resizer for Images, Tables and Fancy Resizable 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  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns