diff --git a/MODULE.de.md b/MODULE.de.md new file mode 100644 index 0000000..dc9b635 --- /dev/null +++ b/MODULE.de.md @@ -0,0 +1,21 @@ +# graph.shapley_attribution + +Shapley-Attribution auf gewichteten Graphen + +## Was es tut + +Verteilt 'Schuld' oder 'Verdienst' eines Zielknotens auf seine Vorgänger in einem gewichteten Norm-/Zitationsgraphen. v0.1 proportional; v0.2 voller Shapley-Wert für ≤32-Knoten-Nachbarschaften. + +## Verwendung + +```yaml +steps: + - id: step + use: graph.shapley_attribution@^0 + with: + # Eingaben siehe module.yaml +``` + +## Lizenz + +Apache-2.0 — Teil des Recl∆Im-Modulsets (Flemming.AI), auf Ch∆In. diff --git a/MODULE.md b/MODULE.md new file mode 100644 index 0000000..d589347 --- /dev/null +++ b/MODULE.md @@ -0,0 +1,21 @@ +# 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. diff --git a/STORE.yaml b/STORE.yaml new file mode 100644 index 0000000..f2fa5d4 --- /dev/null +++ b/STORE.yaml @@ -0,0 +1,27 @@ +schema_version: 1 + +author: + name: "Flemming.AI" + email: chain@flemming.ai + url: https://flemming.ai +license: Apache-2.0 + +tagline: + en: "Shapley-style attribution on weighted graphs" + de: "Shapley-Attribution auf gewichteten Graphen" + +description: + en: "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." + de: "Verteilt 'Schuld' oder 'Verdienst' eines Zielknotens auf seine Vorgänger in einem gewichteten Norm-/Zitationsgraphen. v0.1 proportional; v0.2 voller Shapley-Wert für ≤32-Knoten-Nachbarschaften." + +category: data +tags: [graph, analytics, attribution, offline-capable] + +assets: + icon: assets/icon.svg + +documentation: + long_description: MODULE.md + +links: + repository: https://git.flemming.ai/chain-modules/graph-shapley-attribution diff --git a/assets/icon.svg b/assets/icon.svg new file mode 100644 index 0000000..5ab754c --- /dev/null +++ b/assets/icon.svg @@ -0,0 +1,5 @@ + + + + +