Hello,
I have a csv file with headers like the image below:
Is there a way to create nodes with attributes ID and nodes with attributes TT by reading headers that begin with ID and TT ?
Hello,
I need to apply linear regression machine learning method on Neo4j already created database to find node importance and correlation.
Any examples to learn from?
Thanks.
Which method of machine learning (regression, SVM, NN...) is the best to apply on Neo4j graph database, the aim is just to find the most influencing (important) nodes (parameters, variables) on a specific mesure?
Thanks for your reply, maybe that's why I couldn't apply the regression example on Neo4j, because I'm using the latest version. Does it mean if I change the version I will be able to use regression functions?
Is there any example about this topic usi...