gephi / gephi-plugins

Repository for Gephi Plugins maintained by the team. Each plugin has it's branch.
269 stars 620 forks source link

Link Prediction Plugin #212

Closed romanutti closed 1 year ago

romanutti commented 4 years ago

Link-prediction plugin for gephi, to predict future edges using different algorithms.

The following functionalities are supported:

The functionality of the plugin and the algorithms are described in detail in the README.

mbastian commented 2 years ago

Hi @romanutti and thanks for the submission. Impressive addition! I made the following changes:

Let me know what you think, otherwise I don't see other immediate issues but I'll have a second lonk

mbastian commented 1 year ago

@romanutti Ping!

romanutti commented 1 year ago

Thanks a lot for wrapping that up! Quickly went through it - looks fine from my perspective 👍🏼 Should we give it a go?

mbastian commented 1 year ago

Thanks! I've merged it and the plugin is now published: https://gephi.org/plugins/#/plugin/link-prediction

It's a great addition to Gephi!

Also, note that I've created a link-prediction-plugin branch in this repository. If you want you can directly make changes there and then do PRs against master-forge. I think it's easier than working on a fork but it's your call.

One minor is the "Invalid equation" error one can see on the README: https://gephi.org/plugins/#/plugin/link-prediction

romanutti commented 1 year ago

Thanks! I've merged it and the plugin is now published: https://gephi.org/plugins/#/plugin/link-prediction

It's a great addition to Gephi!

Also, note that I've created a link-prediction-plugin branch in this repository. If you want you can directly make changes there and then do PRs against master-forge. I think it's easier than working on a fork but it's your call.

One minor is the "Invalid equation" error one can see on the README: https://gephi.org/plugins/#/plugin/link-prediction

Working at the branch will probably be easier.

And will also check the issue with the equations in the README.md 👍🏼