MKLab-ITI / pygrank

Recommendation algorithms for large graphs
Apache License 2.0
29 stars 4 forks source link

Check FairWalk correctness #2

Open maniospas opened 2 years ago

maniospas commented 2 years ago

Fairwalk does not achieve the same level of fairness (as high a pRule) as other fairness-aware heuristics during tests. This could arise from erroneous implementation. If the implementation is found to be correct, separate its tests from other heuristics to account for the lower expected improvement.

Related tests: tests.test_fairness.test_fair_heuristics