Reading list for "The Shapley Value in Machine Learning" (JCAI 2022)
-
Updated
Aug 8, 2022
Reading list for "The Shapley Value in Machine Learning" (JCAI 2022)
Weighted Shapley Values and Weighted Confidence Intervals for Multiple Machine Learning Models and Stacked Ensembles
In this repository you will fine explainability of machine learning models.
Using a Kaggle dataset, customer personality was analysed on the basis of their spending habits, income, education, and family size. K-Means, XGBoost, and SHAP Analysis were performed.
📊🛰️ Data processing scripts, ML models, and Explainable AI results created as part of my Masters Thesis @ Johns Hopkins
Code for EACL Workshop paper Can BERT eat RuCoLA? Topological Data Analysis to Explain
Android malware detection using machine learning.
Measuring galaxy environmental distance scales with GNNs and explainable ML models
Code for my thesis about SHAP. Implementation of DecisionTree, SVM, BERT on 2 Datasets Imdb and Argument Mining
Determining Feature Importance by Integrating Random Forest and SHAP in Python
Predicting NBA game outcomes using schedule related information. This is an example of supervised learning where a xgboost model was trained with 20 seasons worth of NBA games and uses SHAP values for model explainability.
This repository is associated with interpretable/explainable ML model for liquefaction potential assessment of soils. This model is developed using XGBoost and SHAP.
Getting explanations for predictions made by black box models.
Implementation of the algorithm described in the paper "An Imprecise SHAP as a Tool for Explaining the Class Probability Distributions under Limited Training Data"
gradient-boosted regression and decision tree models on behavioural animal data (PLOS Computational Biology, doi: https://doi.org/10.1371/journal.pcbi.1011985)
In this project we predict credit card defaults using classification models.
No-code Machine learning (Pre-alpha)
XGB - SHAP XAI
The goal of SHAP is to explain the prediction of an instance x by computing the contribution of each feature to the prediction. The SHAP explanation method computes Shapley values from coalitional game theory. The feature values of a data instance act as players in a coalition.
Add a description, image, and links to the shapley-additive-explanations topic page so that developers can more easily learn about it.
To associate your repository with the shapley-additive-explanations topic, visit your repo's landing page and select "manage topics."