KarolisCremers / bioknowledge-reviewer

A Python library for creating and exploring structured review articles.
GNU General Public License v3.0
0 stars 0 forks source link

Implement ML edge prediction #2

Open KarolisCremers opened 1 year ago

KarolisCremers commented 1 year ago
KarolisCremers commented 1 year ago

n = 408083 edges within the graph (r) r = 31539 nodes (n)

q = n * (n-1) / 2 = 497338491 (q - r) / r = 15756,061003837 True class ratio or negativeSamplingRatio 1 / 15756,061003837 = 0,000063468 negativeClassWeight

KarolisCremers commented 1 year ago

https://arxiv.org/pdf/1708.06816.pdf

KarolisCremers commented 1 year ago

https://github.com/mnick/scikit-tensor