COntagion Simulation And Source Inference
Project description
cosasi (COntagion Simulation And Source Inference)
cosasi
is a Python package for graph diffusion source inference, allowing users to:
- perform and evaluate source inference using standard techniques from literature,
- contribute innovative localization methods to a growing core library, and
- benchmark new techniques against a battery of comparable schemes.
Table of Contents
Installation
Installation via PyPI
pip install cosasi
Installation via GitHub
Clone the repo from here (this repo).
Install requirements:
pip install -r requirements.txt
Getting Started
Once cosasi
is installed, feel free to review our tutorial introducing major functionality. Official documentation, including a detailed API reference, is available on Read the Docs.
Testing
Extensive unit testing is employed throughout, with ~97% code coverage.
If you've cloned our repo from GitHub, you can cd into the root directory and run pytest via coverage:
coverage run -m pytest
To read the .coverage file:
coverage report
Contributions
We’d love your help! If you’d like to make an addition or improvement, please submit a pull request consisting of an atomic commit and a brief message describing your contribution.
Our contributor guide is here, and we itemize a few areas of development we’d like to prioritize for the future of cosasi
here. If you find something wrong, please submit a bug report to the issue tracker. For other questions or comments, feel free to contact us directly.
Support
cosasi
was developed in Forge, the technology accelerator of the Logistics Management Institute.
Contact
Questions? Reach out:
- Lucas (email)
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.