Pathpy
An OpenSource python package for the analysis of time series data on networks using higher-order and multi-order graphical models.
Install / Use
/learn @pathpy/PathpyREADME

pathpy: path data analysis
<div class="row"><a href=https://www.pathpy.net> <img src="doc/_static/thumb_1.png" height="135" width="135"> </a>
<a href=https://www.pathpy.net> <img src="doc/_static/thumb_2.png" height="135" width="135"> </a>
<a href=https://www.pathpy.net> <img src="doc/_static/thumb_3.png" height="135" width="135"> </a>
<a href=https://www.pathpy.net> <img src="doc/_static/thumb_4.png" height="135" width="135"> </a>
<a href=https://www.pathpy.net> <img src="doc/_static/thumb_5.png" height="135" width="135"> </a>
<a href=https://www.pathpy.net> <img src="doc/_static/thumb_6.png" height="135" width="135"> </a>
</div>An OpenSource python package for the analysis of time series data on networks using higher-order and multi-order graphical models.
Documentation
Online documentation is available at pathpy.net.
The docs include a tutorial, example gallery, API reference, and other useful information.
Dependencies
Pathpy supports Python 3.7+.
Installation requires numpy and scipy.
<!-- Some functions will optionally use [statsmodels](https://www.statsmodels.org/) if it is installed. -->Installation
The latest stable release (and older versions) can be installed from PyPI:
pip install pathpy3
You may instead want to use the development version from Github:
pip install git+https://github.com/pathpy/pathpy.git#egg=pathpy
Testing
To test pathpy, run make test in the source directory.
This will exercise both the unit tests and docstring examples (using pytest).
Development
Pathpy development takes place on Github: https://github.com/pathpy/pathpy
Please submit any reproducible bugs you encounter to the issue tracker.
