mirror of
https://github.com/oxnr/awesome-bigdata.git
synced 2026-03-11 00:04:22 -05:00
[PR #282] [MERGED] Added the Shapley framework #290
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/oxnr/awesome-bigdata/pull/282
Author: @benedekrozemberczki
Created: 1/1/2021
Status: ✅ Merged
Merged: 1/25/2021
Merged by: @oxnr
Base:
master← Head:patch-1📝 Commits (1)
7d31b6fAdded the Shapley framework📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Shapley is a Python library for evaluating binary classifiers in a machine learning ensemble.
The library consists of various methods to compute (approximate) the Shapley value of players (models) in weighted voting games (ensemble games). We covered widely know approximation methods from well known economics and computer science research papers. There are also functionalities to identify the heterogeneity of the player pool. In addition, the framework comes with a detailed documentation, 100% test coverage and illustrative toy examples.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.