James Weis
James Weis
I can confirm this problem on Ubuntu 16.04 with the `docker-compose.yml` below: ``` version: "3" services: neo4j-one: image: neo4j:3.4.0 ports: - "7474:7474" - "7687:7687" privileged: true environment: - NEO4J_dbms_security_procedures_unrestricted=apoc.*,algo.* -...
@Tomposon The signature is ``` CALL embedding.deepgl("NodeLabel" ,"RelationshipType", { nodeFeatures: [string] pruningLambda: double, diffusions: integer, iterations: integer, writeProperty: string }) ```
@paltusplintus I am having the same issue for both `deepgl` and `deepWalk` on Neo4j 3.5.6 with version 1.0.3 of ml-models via the precompiled JAR. The exact error message is: ```...
@meltzerpete Definitely, thanks for the help. Kindly see below: ``` $ cat /etc/os-release NAME="Ubuntu" VERSION="16.04.5 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.5 LTS" VERSION_ID="16.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial ```...
Thanks, @meltzerpete. Regarding your questions: (1) I didn't see anything in the `neo4j.log` file within the Docker container. I will check again after restarting our database and update if that...