-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Loading for Benchmarking #33
Comments
Check if something could be used from TimeEval The benchmarking part itself looks interesting as well though the doc in this part is still a WIP. Check the TimeEval data format |
…timeseries and/or convert other data format to ontime timeseries have been added to the TimeSeries class (it made more sense to me to put them there, though they can be easily moved to anothe module if needed). Usage examples have been added to the related notebook. The class DatasetLoader has been modified as well to better accomodate loading datasets from different sources. It now offers datasets from darts and from openml. Usage examples are available in the related notebook.
Since the issue #41 was created, this one can be closed. |
Goal
Develop a common way to load data for benchmarking purposes
Description
One of the issue with benchmarking is the difference in dataset structure. Within the onTime benchmarking module, this problem aims at being solved in three different aspects. First, with the availability of common datasets in the library. Second, with helper methods to create custom datasets and use them alongside any other 'onTime compatible' ones. Third, by following the already existing dataset structure 'TimeEval' as suggested by Jonathan.
Tasks
data
in https://github.com/fredmontet/ontime/tree/develop/src/ontime/module to make this new moduleReference
[1] https://timeeval.readthedocs.io/en/latest/
The text was updated successfully, but these errors were encountered: