Home¶
Overview¶
A python library to prepare asynchronous time series datasets.
Motivation¶
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¶
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 file.