https://github.com/durandtibo/aroma
Library to prepare asynchronous time series datasets
https://github.com/durandtibo/aroma
Last synced: 3 months ago
JSON representation
Library to prepare asynchronous time series datasets
- Host: GitHub
- URL: https://github.com/durandtibo/aroma
- Owner: durandtibo
- License: bsd-3-clause
- Created: 2023-05-19T02:15:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T05:06:46.000Z (4 months ago)
- Last Synced: 2025-03-22T15:02:01.729Z (3 months ago)
- Language: Python
- Homepage: https://durandtibo.github.io/aroma/
- Size: 1.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# aroma
## Overview
A python library to prepare asynchronous time series datasets
## Disclaimer on Datasets
This is a utility library that downloads and prepares public datasets.
We do not host or distribute these datasets, vouch for their quality or fairness, or claim that you
have license to use the dataset.
It is your responsibility to determine whether you have permission to use the dataset under the
dataset's license.If you're a dataset owner and wish to update any part of it, or do not want your dataset to be
included in this library, please get in touch through a GitHub issue.
Thanks for your contribution to the ML community!## API stability
:warning: While `aroma` is in development stage, no API is guaranteed to be stable from one
release to the next. In fact, it is very likely that the API will change multiple times before a
stable 1.0.0 release. In practice, this means that upgrading `aroma` to a new version will
possibly break any code that was using the old version of `aroma`.## License
`aroma` is licensed under BSD 3-Clause "New" or "Revised" license available
in [LICENSE](https://github.com/durandtibo/aroma/blob/main/LICENSE) file.