graph-shapley-attribution/MODULE.md
flemming-it 4419e4a385
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m45s
docs(store): add STORE.yaml, MODULE.md/de + icon for the store
Signed-off-by: flemming-it <sf@flemming.it>
2026-06-19 02:54:57 +02:00

21 lines
493 B
Markdown

# graph.shapley_attribution
Shapley-style attribution on weighted graphs
## What it does
Splits a target node's blame or credit among its ancestors on a weighted norm/citation graph. v0.1 proportional fallback; v0.2 full Shapley value for ≤32-node neighbourhoods.
## How to use
```yaml
steps:
- id: step
use: graph.shapley_attribution@^0
with:
# see inputs in module.yaml
```
## License
Apache-2.0 — part of the Recl∆Im module set (Flemming.AI), built on Ch∆In.