neo4j / graph-data-science-client

A Python client for the Neo4j Graph Data Science (GDS) library
https://neo4j.com/product/graph-data-science/
Apache License 2.0
191 stars 46 forks source link

Add more jupyter notebooks #254

Open FlorentinD opened 1 year ago

FlorentinD commented 1 year ago

Is your feature request related to a problem? Please describe.

In our examples we have several jupyter notebooks to show how to use GDS. However, there are several areas left uncovered as we mostly focused on the ML parts of our library. Adding a new example would help to learn the best practices of the GDS client as well as other users.

Potential areas to cover (see https://neo4j.com/docs/graph-data-science/current/algorithms/ for all of our algorithms):

You can also come up with your own idea of course.

Please drop a comment if you like to work on an example :)

kedarghule commented 1 year ago

Hey, I'm a complete novice at Neo4j but I have been working on an example here for community detection. Let me know your thoughts :)

FlorentinD commented 1 year ago

Hey @kedarghule , thanks for sharing the notebook! I think its worth contributing as we dont have a community detection notebook yet. How about creating a PR? Then we can also give you some tips on best practices :)

kedarghule commented 1 year ago

Now working on a centrality algorithms notebook. Will open a PR when it's done. It's on the repo you shared with me @FlorentinD :)

adamnsch commented 1 year ago

Now working on a centrality algorithms notebook. Will open a PR when it's done. It's on the repo you shared with me @FlorentinD :)

very cool! :tada: