All Projects → ModelOriented → Randomforestexplainer

ModelOriented / Randomforestexplainer

A set of tools to understand what is happening inside a Random Forest

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Randomforestexplainer

Latex2exp
Use LaTeX in R. More LaTeX, less plotmath!
Stars: ✭ 148 (-15.43%)
Mutual labels:  cran
Machine Learning Models
Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaussian, K-Means
Stars: ✭ 160 (-8.57%)
Mutual labels:  random-forest
Simmer
Discrete-Event Simulation for R
Stars: ✭ 170 (-2.86%)
Mutual labels:  cran
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+1155.43%)
Mutual labels:  random-forest
V8
Embedded JavaScript Engine for R
Stars: ✭ 155 (-11.43%)
Mutual labels:  cran
Webservices
CRAN WebTechnologies Task View
Stars: ✭ 160 (-8.57%)
Mutual labels:  cran
Awesome Decision Tree Papers
A collection of research papers on decision, classification and regression trees with implementations.
Stars: ✭ 1,908 (+990.29%)
Mutual labels:  random-forest
Recommenderlab
recommenderlab - Lab for Developing and Testing Recommender Algorithms - R package
Stars: ✭ 174 (-0.57%)
Mutual labels:  cran
Explor
Interfaces for Multivariate Analysis in R
Stars: ✭ 157 (-10.29%)
Mutual labels:  cran
Slopegraph
Edward Tufte-Inspired Slopegraphs
Stars: ✭ 166 (-5.14%)
Mutual labels:  cran
Matrixstats
R package: Methods that Apply to Rows and Columns of Matrices (and to Vectors)
Stars: ✭ 151 (-13.71%)
Mutual labels:  cran
Emlearn
Machine Learning inference engine for Microcontrollers and Embedded devices
Stars: ✭ 154 (-12%)
Mutual labels:  random-forest
Dbscan
Density Based Clustering of Applications with Noise (DBSCAN) and Related Algorithms - R package
Stars: ✭ 161 (-8%)
Mutual labels:  cran
Benchm Ml
A minimal benchmark for scalability, speed and accuracy of commonly used open source implementations (R packages, Python scikit-learn, H2O, xgboost, Spark MLlib etc.) of the top machine learning algorithms for binary classification (random forests, gradient boosted trees, deep neural networks etc.).
Stars: ✭ 1,835 (+948.57%)
Mutual labels:  random-forest
Arsenal
An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
Stars: ✭ 171 (-2.29%)
Mutual labels:  cran
Machine Learning In R
Workshop (6 hours): preprocessing, cross-validation, lasso, decision trees, random forest, xgboost, superlearner ensembles
Stars: ✭ 144 (-17.71%)
Mutual labels:  random-forest
Osrm
Shortest Paths and Travel Time from OpenStreetMap with R
Stars: ✭ 160 (-8.57%)
Mutual labels:  cran
Checkmate
Fast and versatile argument checks
Stars: ✭ 174 (-0.57%)
Mutual labels:  cran
Machine Learning Is All You Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
Stars: ✭ 173 (-1.14%)
Mutual labels:  random-forest
Import
An Import Mechanism For R
Stars: ✭ 165 (-5.71%)
Mutual labels:  cran

randomForestExplainer

CRAN_Status_Badge Build Status codecov DOI

A set of tools to understand what is happening inside a Random Forest. A detailed discussion of the package and importance measures it implements can be found here: Master thesis on randomForestExplainer.

Installation

# the easiest way to get randomForestExplainer is to install it from CRAN:
install.packages("randomForestExplainer")

# Or the the development version from GitHub:
# install.packages("devtools")
devtools::install_github("ModelOriented/randomForestExplainer")

Vignette

Cheatsheets

Examples

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].