An OpenSource python package for the analysis of time series data on networks using higher-order and multi-order graphical models.
Online documentation is available at pathpy.net.
The docs include a tutorial, example gallery, API reference, and other useful information.
Pathpy supports Python 3.7+.
Installation requires numpy and scipy.
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
To test pathpy, run make test
in the source directory.
This will exercise both the unit tests and docstring examples (using pytest
).
Pathpy development takes place on Github: https://github.com/pathpy/pathpy
Please submit any reproducible bugs you encounter to the issue tracker.