All Projects → microsoft → Graspologic

microsoft / Graspologic

Licence: mit
Python package for graph statistics

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Graspologic

Smile
Statistical Machine Intelligence & Learning Engine
Stars: ✭ 5,412 (+3437.25%)
Mutual labels:  graph, data-science
Scala Plotly Client
Visualise your data from Scala using Plotly
Stars: ✭ 39 (-74.51%)
Mutual labels:  graph, data-science
Blockchain2graph
Blockchain2graph extracts blockchain data (bitcoin) and insert them into a graph database (neo4j).
Stars: ✭ 134 (-12.42%)
Mutual labels:  graph, data-science
Stanford Cs 221 Artificial Intelligence
VIP cheatsheets for Stanford's CS 221 Artificial Intelligence
Stars: ✭ 1,923 (+1156.86%)
Mutual labels:  data-science
Graphlib
Simple but powerful graph library for Rust
Stars: ✭ 148 (-3.27%)
Mutual labels:  graph
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+1427.45%)
Mutual labels:  data-science
Graphview
Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
Stars: ✭ 152 (-0.65%)
Mutual labels:  graph
Autograd.jl
Julia port of the Python autograd package.
Stars: ✭ 147 (-3.92%)
Mutual labels:  data-science
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+1335.95%)
Mutual labels:  data-science
Testovoe
Home assignments for data science positions
Stars: ✭ 149 (-2.61%)
Mutual labels:  data-science
Machine Learning
🌎 machine learning tutorials (mainly in Python3)
Stars: ✭ 1,924 (+1157.52%)
Mutual labels:  data-science
Learn Python
Python Top 45 Articles of 2017
Stars: ✭ 148 (-3.27%)
Mutual labels:  data-science
Labs
Labs for the Foundations of Applied Mathematics curriculum.
Stars: ✭ 150 (-1.96%)
Mutual labels:  data-science
Evalml
EvalML is an AutoML library written in python.
Stars: ✭ 145 (-5.23%)
Mutual labels:  data-science
Neo4j Php Ogm
Neo4j Object Graph Mapper for PHP
Stars: ✭ 151 (-1.31%)
Mutual labels:  graph
Lagmonitor
Monitor performance of your Minecraft server. Similar to VisualVM and Java Mission Control.
Stars: ✭ 147 (-3.92%)
Mutual labels:  graph
Benchm Ml
A minimal benchmark for scalability, speed and accuracy of commonly used open source implementations (R packages, Python scikit-learn, H2O, xgboost, Spark MLlib etc.) of the top machine learning algorithms for binary classification (random forests, gradient boosted trees, deep neural networks etc.).
Stars: ✭ 1,835 (+1099.35%)
Mutual labels:  data-science
Project kojak
Training a Neural Network to Detect Gestures and Control Smart Home Devices with OpenCV in Python
Stars: ✭ 147 (-3.92%)
Mutual labels:  data-science
Ml Hub
🧰 Multi-user development platform for machine learning teams. Simple to setup within minutes.
Stars: ✭ 148 (-3.27%)
Mutual labels:  data-science
Data Science Portfolio
A Portfolio of my Data Science Projects
Stars: ✭ 149 (-2.61%)
Mutual labels:  data-science

graspologic

Paper shield PyPI version Downloads shield Docs shield graspologic CI codecov DOI License: MIT

graspologic is a package for graph statistical algorithms.

Notice: graspologic is the merger project of GraSPy and topologic

We're actively merging these projects into one, but you may see some references to graspy or topologic from time to time in documentation and issues. If you notice anything in the documentation referencing either graspy or topologic, please raise an issue (if one does not already exist) noting the missed titles so we can address all of them.

Overview

A graph, or network, provides a mathematically intuitive representation of data with some sort of relationship between items. For example, a social network can be represented as a graph by considering all participants in the social network as nodes, with connections representing whether each pair of individuals in the network are friends with one another. Naively, one might apply traditional statistical techniques to a graph, which neglects the spatial arrangement of nodes within the network and is not utilizing all of the information present in the graph. In this package, we provide utilities and algorithms designed for the processing and analysis of graphs with specialized graph statistical algorithms.

Documentation

The official documentation with usage is at https://graspologic.readthedocs.io/en/latest/

Please visit the tutorial section in the official website for more in depth usage.

System Requirements

Hardware requirements

graspologic package requires only a standard computer with enough RAM to support the in-memory operations.

Software requirements

OS Requirements

graspologic is tested on the following OSes:

  • Linux x64
  • macOS x64
  • Windows 10 x64

And across the following versions of Python:

  • 3.6 (x64)
  • 3.7 (x64)
  • 3.8 (x64)

If you try to use graspologic for a different platform than the ones listed and notice any unexpected behavior, please feel free to raise an issue. It's better for ourselves and our users if we have concrete examples of things not working!

Installation Guide

Install from pip

pip install graspologic

Install from Github

git clone https://github.com/microsoft/graspologic
cd graspologic
python3 -m venv venv
source venv/bin/activate
python3 setup.py install

Contributing

We welcome contributions from anyone. Please see our contribution guidelines before making a pull request. Our issues page is full of places we could use help! If you have an idea for an improvement not listed there, please make an issue first so you can discuss with the developers.

License

This project is covered under the MIT License.

Issues

We appreciate detailed bug reports and feature requests (though we appreciate pull requests even more!). Please visit our issues page if you have questions or ideas.

Citing graspologic

If you find graspologic useful in your work, please cite the package via the GraSPy paper

Chung, J., Pedigo, B. D., Bridgeford, E. W., Varjavand, B. K., Helm, H. S., & Vogelstein, J. T. (2019). GraSPy: Graph Statistics in Python. Journal of Machine Learning Research, 20(158), 1-7.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].