cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How can i train the data using multilinear regression algorithm on neo4j?

I had a dataset of students, i want to predict the grade of the students for given attributes. I can load data into neo4j.
But how can I train the data using a regression model on neo4j?

4 REPLIES 4

You can use the python driver to extract your data from Neo4j, and use your preferred ML library. Here's an example from our developer guides: Link Prediction with GDSL and scikit-learn - Developer Guides

Hi, it is difficult to understand, can you suggest to me another article which from scratch.
I am a beginner to neo4j. I had good knowledge on ML

carib
Graph Buddy

Hi,

Here is an article on using extensions in Neo4j to perform multilinear regression. Hope this helps!

https://towardsdatascience.com/graphs-and-linear-regression-734d1446e9cd

I agree with Dr. Frame here. I think you would get better results by implementing the official Neo4j python driver to extract your results and use an ML library like scikit-learn.

Best of luck!

Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online