Can you share your code? And those seed labels will need to be numeric values as far as I'm aware, so you might need to translate the string values to numbers.
This is what I have in my database. But I don't know how to code it to call the Label Propagation Algorithm. I think I need to call the LPA in my Jupyter Notebook in order to translate the string values to numbers and then put them in seed property.
I need to call the LPA with seed labels, weight property in the relationship and two types of nodes.
Yes I already installed the GDS library. Thank you very much for your answer. Do you know if it is possible to call algorithms from Neo4j in a jupyter notebook ?