neo4j-graph-analytics/ml-models
Machine Learning Procedures and Functions for Neo4j
This helps data scientists or analysts who use Neo4j to build and manage simple predictive models directly within their graph database. You can input numerical data stored in your Neo4j graph and it will output a linear regression model, allowing you to make predictions or understand relationships between variables.
No commits in the last 6 months.
Use this if you need to perform basic linear regression modeling and store the results alongside your graph data in Neo4j without exporting it to an external tool.
Not ideal if you require advanced machine learning algorithms, complex statistical modeling, or prefer to work with dedicated statistical programming environments outside of your graph database.
Stars
64
Forks
23
Language
Java
License
Apache-2.0
Category
Last pushed
Feb 19, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/neo4j-graph-analytics/ml-models"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
oracle/tribuo
Tribuo - A Java machine learning library
o19s/elasticsearch-learning-to-rank
Plugin to integrate Learning to Rank (aka machine learning for better relevance) with Elasticsearch
Waikato/meka
Multi-label classifiers and evaluation procedures using the Weka machine learning framework.
Waikato/moa
MOA is an open source framework for Big Data stream mining. It includes a collection of machine...
allegro/allRank
allRank is a framework for training learning-to-rank neural models based on PyTorch.