Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-21-2021 09:39 AM
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?
04-21-2021 05:12 PM
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
04-22-2021 09:11 AM
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
04-22-2021 11:09 AM
@prashanthpro.pro if you're struggling with the developers guide, perhaps you could try the Python notebook that's linked: GitHub - neo4j-examples/link-prediction: This repository contains both Jupyter notebooks for solving...
Another example you can follow is https://towardsdatascience.com/using-graphsage-embeddings-for-downstream-classification-model-4492e0...
04-22-2021 11:02 AM
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!
All the sessions of the conference are now available online