Hi !!
I was exploring the Zach Blumenfeld's blog "Graph Data Science for Supply Chains – Part 1:" and I get noticed that the same Cypher query does not return the same number of relationships; in Neo4j Browser it shows ALL relationships involved bet...
I've been using gds for native graph projection with directive ['*'] for nodeProjection parameter, the name of graph projected is "compranet" the labels are "UC:Sospechoso","Contrato", "Provedor"
1) the result of projection was "nodes: {_ALL _
2)...
I´'m running this example for Neo4j and Python in a Local environment,
https://neo4j.com/developer-blog/using-neo4j-graph-data-science-in-python-to-improve-machine-learning-models/
so this instruction returns an empty dataframe :
time = gds.run_cyph...
Hi Everybody !!
I just want to know if someone knows about a Graph Database model pattern for Anti-Money Laundering. Approved by Neo4j ?
Saludos from México !!
Hi I´m trying to launch Neo4j Desktop and it can´t be completed
I´ve revised the log file and I find an error message
<App initialization error: SyntaxError: Malformed JSON in file: C:\Users\92394.Neo4jDesktop\persist\notifications.json
Unexpected to...
Hi ,
I've used the function toFloatList() in my data to create an list property. I have a Coffe DataSet , with some coffee properties aroma, bode, acidity ... and the altitude in meter.
this is the how I used it
MATCH (c:Coffee_Bean)
RETURN toF...
Hi , it would be good if you share the database schema , but you could try :
1.- try to create the features property for you node including the sdnID .. for example If you have : (Node)-[:CONTROLLED_BY]->(SDN) include the sdnID for each Node and othe...
Hi Michael ,
I received an email with "close" bug status , because an explicit graph projection can be created, instead using ['*'] It's worry about "the solution" of the bug.Since I :
1.- I've noticed about the bug ,because my control numbers were ...