Releases: neo4j-graph-analytics/ml-models
1.0.3 - Fixes for Ubuntu
3rd Release: DeepGL
You can install this library by:
- installing the Graph Algorithms plugin
- dropping the attached jar file into your ´$NEO4J_HOME/plugins` folder
- adding
dbms.security.procedures.whitelist=regression.*, embedding.*
to neo4j.conf - adding
dbms.security.procedures.whitelist=embedding.*
to neo4j.conf - restarting the database
This release introduces the DeepGL graph embedding algorithm. You can read more about the algorithm in the release blog post
Special thanks to Pete Meltzer for all his work on this one.
Second Release: Multiple Linear Regression
Installation
You can install this library by:
- dropping the attached
jar
file into your ´$NEO4J_HOME/plugins` folder - adding
dbms.security.procedures.whitelist=regression.*
to neo4j.conf - restarting the database
Then follow the instructions in the readme/docs for how to use it.
Read about the tweaks you need to make to use the linear regression procedures with multiple independent variables in my article:
https://medium.com/@lauren.shin/graphs-and-ml-multiple-linear-regression-c6920a1f2e70
First Release: Linear Regression
Thanks to @L-Shin for implementing linear regression and explaining it in this amazing article:
https://medium.com/neo4j/graphs-and-linear-regression-734d1446e9cd
Installation
You can install this library by:
- dropping the attached
jar
file into your ´$NEO4J_HOME/plugins` folder - adding
dbms.security.procedures.whitelist=regression.*
to neo4j.conf - restarting the database
Then follow the instructions in the readme/docs for how to use it.