Stefan Armbruster
Stefan Armbruster
When running any algo on a projection we have to supply 1. a list of node ids 1. a list of source id, end id and weight for the relationships...
Trying to import a postgres db with non-customized mappings. The dataset can be made available via private email for diagnosis. Upon import using "Online import BATCH" I'm getting: ```COMMAND: java...
In the wild almost every RDMBS stores denormalized data somewhere. To digest this into graph a simple "1 row == 1 node" approach is too restrictive. Consider e.g. a table...
bumped the Neo4j version numbers and fixed unit test failures.
see https://github.com/neo4j-graph-analytics/ml-models/blob/43740563fba8e34a32fb31e66873bf9176eb7188/src/test/java/regression/LogisticTest.java#L41
Edit: updated title Original issue: Title: how to add entries for the past? Is it possible to add and entry for the past? If so, please provide an example. thx.
due to permgen issues the dependency to groovy 1.8.9 needs to be removed.
```RETURN apoc.map.merge({ a:1 }, {b:2})``` results in ``` RETURN apoc.map. MERGE ({ a:1 }, {b:2}) ``` after formatting the document. `merge` is wrongly treated as keyword in this case. I...