Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org, zenodo.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.0%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
·
Repository
State space models with scipy
Basic Info
- Host: GitHub
- Owner: rpatrik96
- License: mit
- Language: Python
- Default Branch: main
- Size: 42 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
- Releases: 0
Created about 3 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
Citation
README.md
# State space models

Description
How to run
First, install dependencies
```bash
clone state-space-models
git clone --recurse-submodules https://github.com/rpatrik96/state-space-models
install state-space-models
cd state-space-models
pip install -e .
pip install -r requirements.txt
install submodule requirements
pip install --requirement tests/requirements.txt --quiet
install pre-commit hooks (only necessary for development)
pre-commit install ```
Citation
```
@article{ }
```
Owner
- Name: Patrik Reizinger
- Login: rpatrik96
- Kind: user
- Location: Germany
- Company: IMPRS-IS, ELLIS
- Twitter: rpatrik96
- Repositories: 4
- Profile: https://github.com/rpatrik96
PhD student at IMPRS-IS (University of Tübingen) and ELLIS. Looking into causality and representation learning.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Reizinger" given-names: "Patrik" orcid: "https://orcid.org/0000-0001-9861-0293" title: "state-space-models" version: 0.0.0 doi: date-released: url: "https://github.com/rpatrik96/state-space-models"
GitHub Events
Total
Last Year
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Patrik Reizinger | p****7@g****m | 46 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 2
- Total pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: 11 minutes
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- rpatrik96 (2)
Pull Request Authors
- rpatrik96 (4)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
.github/workflows/ci-testing.yml
actions
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
requirements.txt
pypi
- control *
- numpy *
- pre-commit *
- pytest *
- scipy *
- torch *
tests/requirements.txt
pypi
- black * test
- check-manifest * test
- codecov * test
- coverage * test
- flake8 * test
- mypy * test
- pytest * test
- pytest-cov * test
- pytest-flake8 * test