I assume that v4 is the latest version. Does py2neov4 support neo4j graph algorithms? if not, is it possible to run Cypher command through py2neo to use the graph algorithms?
I am talking about these graph algorithms: Introduction - Neo4j Graph Data Science
Thanks!
Yes you can run the procedures from py2neo there are several examples for that.
check also out this API for python that wraps the graph algorithm calls