oxnr / awesome-bigdata

A curated list of awesome big data frameworks, ressources and other awesomeness.
https://github.com/onurakpolat/awesome-bigdata
MIT License
13.2k stars 2.55k forks source link

Added the Shapley framework #282

Closed benedekrozemberczki closed 3 years ago

benedekrozemberczki commented 3 years ago

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.