stellargraph/stellargraph
StellarGraph - Machine Learning on Graphs
This library helps data scientists and machine learning engineers analyze complex relationships within their data. You input data structured as graphs (like social networks or knowledge graphs) with nodes, edges, and their attributes. It then generates insights such as classifications, predictions, or new representations of the data that reveal hidden patterns.
3,047 stars. Used by 1 other package. No commits in the last 6 months. Available on PyPI.
Use this if you need to apply advanced machine learning techniques to data where entities and their relationships are as important as the individual data points.
Not ideal if your data is best represented in traditional tabular formats or if you do not have machine learning expertise.
Stars
3,047
Forks
439
Language
Python
License
Apache-2.0
Category
Last pushed
Apr 10, 2024
Commits (30d)
0
Dependencies
8
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/stellargraph/stellargraph"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
a-r-j/graphein
Protein Graph Library
raamana/graynet
Subject-wise networks from structural MRI, both vertex- and voxel-wise features (thickness, GM...
pykale/pykale
Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for...
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.