All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m45s
Signed-off-by: flemming-it <sf@flemming.it>
21 lines
493 B
Markdown
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.
|