docs(store): add STORE.yaml, MODULE.md/de + icon for the store
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m45s
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m45s
Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
fc5e6300b8
commit
4419e4a385
4 changed files with 74 additions and 0 deletions
27
STORE.yaml
Normal file
27
STORE.yaml
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue