Graph Analytics
Two questions.
1. Graph analytics plugin: https://www.dataiku.com/product/plugins/graph-analytics/. On that page I found "This recipe takes the list of edges as input, and compute several graph statistics. ", but couldn't find any more specifics on what statistics is computed.
2. Documentation https://doc.dataiku.com/dss/latest/unstructured-data/graph/index.html?highlight=graph mentions a Neo4j plugin: https://www.dataiku.com/dss/plugins/info/neo4j.html , but that page doesn't exist. Is it work in progress?
Best Answer
-
Hi David,
1. For the graph analytics plugin, we compute metrics using python networkX package: eigenvector centrality, clustering coefficient, number of triangles, closeness centrality, PageRank, square clustering.
Note that plugins are totally open and you can go to see the code.2. The neo4j plugin is still in review and should be released soon. I'll let you know!
Matt