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 22 Dec. 2024.
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

composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
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  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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