All Projects → bgreenwell → fastshap

bgreenwell / fastshap

Licence: other
Fast approximate Shapley values in R

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to fastshap

ml-fairness-framework
FairPut - Machine Learning Fairness Framework with LightGBM — Explainability, Robustness, Fairness (by @firmai)
Stars: ✭ 59 (-25.32%)
Mutual labels:  explainable-ai, explainable-ml, xai, interpretable-machine-learning
Interpret
Fit interpretable models. Explain blackbox machine learning.
Stars: ✭ 4,352 (+5408.86%)
Mutual labels:  explainable-ai, explainable-ml, xai, interpretable-machine-learning
mllp
The code of AAAI 2020 paper "Transparent Classification with Multilayer Logical Perceptrons and Random Binarization".
Stars: ✭ 15 (-81.01%)
Mutual labels:  explainable-ai, explainable-ml, xai, interpretable-machine-learning
diabetes use case
Sample use case for Xavier AI in Healthcare conference: https://www.xavierhealth.org/ai-summit-day2/
Stars: ✭ 22 (-72.15%)
Mutual labels:  explainable-ml, xai, interpretable-machine-learning
shapr
Explaining the output of machine learning models with more accurately estimated Shapley values
Stars: ✭ 95 (+20.25%)
Mutual labels:  explainable-ai, explainable-ml, shapley
xai-iml-sota
Interesting resources related to Explainable Artificial Intelligence, Interpretable Machine Learning, Interactive Machine Learning, Human in Loop and Visual Analytics.
Stars: ✭ 51 (-35.44%)
Mutual labels:  explainable-ml, xai, interpretable-machine-learning
dlime experiments
In this work, we propose a deterministic version of Local Interpretable Model Agnostic Explanations (LIME) and the experimental results on three different medical datasets shows the superiority for Deterministic Local Interpretable Model-Agnostic Explanations (DLIME).
Stars: ✭ 21 (-73.42%)
Mutual labels:  explainable-ai, explainable-ml, xai
ProtoTree
ProtoTrees: Neural Prototype Trees for Interpretable Fine-grained Image Recognition, published at CVPR2021
Stars: ✭ 47 (-40.51%)
Mutual labels:  explainable-ai, explainable-ml, interpretable-machine-learning
Awesome Machine Learning Interpretability
A curated list of awesome machine learning interpretability resources.
Stars: ✭ 2,404 (+2943.04%)
Mutual labels:  explainable-ml, xai, interpretable-machine-learning
expmrc
ExpMRC: Explainability Evaluation for Machine Reading Comprehension
Stars: ✭ 58 (-26.58%)
Mutual labels:  explainable-ai, xai
DataScience ArtificialIntelligence Utils
Examples of Data Science projects and Artificial Intelligence use cases
Stars: ✭ 302 (+282.28%)
Mutual labels:  explainable-ai, explainable-ml
concept-based-xai
Library implementing state-of-the-art Concept-based and Disentanglement Learning methods for Explainable AI
Stars: ✭ 41 (-48.1%)
Mutual labels:  explainable-ai, xai
XAIatERUM2020
Workshop: Explanation and exploration of machine learning models with R and DALEX at eRum 2020
Stars: ✭ 52 (-34.18%)
Mutual labels:  explainable-ai, interpretable-machine-learning
mindsdb server
MindsDB server allows you to consume and expose MindsDB workflows, through http.
Stars: ✭ 3 (-96.2%)
Mutual labels:  explainable-ai, xai
Mindsdb
Predictive AI layer for existing databases.
Stars: ✭ 4,199 (+5215.19%)
Mutual labels:  explainable-ai, explainable-ml
Tensorwatch
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Stars: ✭ 3,191 (+3939.24%)
Mutual labels:  explainable-ai, explainable-ml
responsible-ai-toolbox
This project provides responsible AI user interfaces for Fairlearn, interpret-community, and Error Analysis, as well as foundational building blocks that they rely on.
Stars: ✭ 615 (+678.48%)
Mutual labels:  explainable-ai, explainable-ml
zennit
Zennit is a high-level framework in Python using PyTorch for explaining/exploring neural networks using attribution methods like LRP.
Stars: ✭ 57 (-27.85%)
Mutual labels:  explainable-ai, xai
ShapML.jl
A Julia package for interpretable machine learning with stochastic Shapley values
Stars: ✭ 63 (-20.25%)
Mutual labels:  shapley, interpretable-machine-learning
awesome-graph-explainability-papers
Papers about explainability of GNNs
Stars: ✭ 153 (+93.67%)
Mutual labels:  explainable-ai, xai

fastshap

CRAN status R-CMD-check Codecov test coverage Lifecycle: experimental

The goal of fastshap is to provide an efficient and speedy (relative to other implementations) approach to computing approximate Shapley values which help explain the predictions from machine learning models.

Installation

# Install the latest stable version from CRAN:
install.packages("fastshap")

# Install the latest development version from GitHub:
if (!requireNamespace("remotes")) {
  install.packages("remotes")
}
remotes::install_github("bgreenwell/fastshap")
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].