sknetwork-team / scikit-network

Graph Algorithms
Other
602 stars 66 forks source link

Organization of new algorithm types #384

Closed rtbs-dev closed 4 years ago

rtbs-dev commented 4 years ago

Just finding this library, and wow! I wish I had found this sooner.

Was working on some implementations for edge filtering (see here) but eventually would love to contribute using this framework.

QLutz commented 4 years ago

Hello,

Thank you for your interest in our package!

To answer your questions:

Looking forward to your answer!

rtbs-dev commented 4 years ago

Definitely the papers I've linked! Actually, the author has implementations in pandas+nx to start from, though they are essentially single scripts.

see:

Both of those would make excellent submodules, IMO. While I am familiar with the algorithms and can use those scripts as a launching point, it would honestly be a little while until I adequately understand your framework to meaningfully contribute. If you decide to add them first, however, I could certainly contribute tests, or add remaining algorithms once I have one or two to follow from.

nathandelara commented 4 years ago

Hi, We took a closer look at the algorithms you proposed.

Thanks !