https://github.com/arnauqb/gradabm-june
Implementation of the JUNE model using Graph Neural Networks in PyTorch
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Implementation of the JUNE model using Graph Neural Networks in PyTorch
Basic Info
- Host: GitHub
- Owner: arnauqb
- License: mit
- Language: Python
- Default Branch: main
- Size: 5.03 MB
Statistics
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 3
- Releases: 2
Created over 4 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
README.md
GradABM-JUNE
Implementation of the JUNE model using the GradABM framework.
Setup
The easiest way is to install the package from the PyPI package repository
pip install grad-june
Usage
See the docs.
Owner
- Name: Arnau Quera-Bofarull
- Login: arnauqb
- Kind: user
- Location: Oxford
- Website: arnau.ai
- Repositories: 42
- Profile: https://github.com/arnauqb
Astrophysicist now doing research on agent-based modeling at Oxford.
GitHub Events
Total
- Watch event: 2
Last Year
- Watch event: 2
Packages
- Total packages: 1
-
Total downloads:
- pypi 33 last-month
- Total dependent packages: 1
- Total dependent repositories: 2
- Total versions: 8
- Total maintainers: 1
pypi.org: grad-june
Differentiable implementation of the JUNE model.
- Homepage: https://github.com/arnauqb/GradABM-JUNE
- Documentation: https://grad-june.readthedocs.io/
- License: MIT License
-
Latest release: 0.1.8
published about 3 years ago
Rankings
Dependent packages count: 4.7%
Dependent repos count: 11.6%
Average: 15.9%
Forks count: 19.1%
Stargazers count: 21.5%
Downloads: 22.5%
Maintainers (1)
Last synced:
10 months ago
Dependencies
.github/workflows/ci.yml
actions
- actions/checkout v2 composite
- actions/setup-python v1 composite
- codecov/codecov-action v2 composite
.github/workflows/docs.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- peaceiris/actions-gh-pages v3 composite
requirements.txt
pypi
- h5py ==3.7.0
- pandas ==1.5.2
- pyro-ppl ==1.8.4
- pytest ==7.2.0
- pytest-cov ==4.0.0
- pyyaml ==6.0
- torch ==1.13.1
setup.py
pypi