MKLab-ITI / pygrank

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

Support correlations in tensorflow backend #6

Open maniospas opened 2 years ago

maniospas commented 2 years ago

Spearman and pearson correlations need to be supported by the tensorflow backend.

Related tests: tests.test_measures.test_correlation_compliance

maniospas commented 3 weeks ago

As an update to this issue, correlations that cannot be backpropagate-able have been upgraded to make use of backend.to_numpy.