Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emptymalei/eerily
timE sERIes pLaYground (EERILY) is a playground for time series
https://github.com/emptymalei/eerily
Last synced: 17 days ago
JSON representation
timE sERIes pLaYground (EERILY) is a playground for time series
- Host: GitHub
- URL: https://github.com/emptymalei/eerily
- Owner: emptymalei
- License: mit
- Created: 2022-02-27T17:55:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T19:24:47.000Z (about 1 year ago)
- Last Synced: 2024-11-27T20:19:57.146Z (about 1 month ago)
- Language: Python
- Homepage: https://eerily.leima.is
- Size: 1.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EERILY
timE sERIes pLaYground (EERILY) is a playground for time series.
## A Companion Package for [dl.leima.is](https://dl.leima.is)
EERILY is a package I needed to write about time series forecasting. At the current phase, I am focusing on adding stuff that helps me understanding time series data and some models.
## Development
Make sure to write some tests and check the coverage.
```bash
pytest --cov=. tests/ --cov-report xml:cov.xml
```