openml / server-api

Python-based server
https://openml.github.io/server-api/
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Define `dataset.collection_date` as the end of the collection period and standardize format #140

Open PGijsbers opened 9 months ago

PGijsbers commented 9 months ago

By defining dataset.collection_date as the end of the collection period and standardizing the format, it becomes easy to filter/sort datasets based on collection date. Having a standard YYYY-mm-DD HH:MM:SS format where you can leave of least significant information accommodates almost all currently used collection_dates. Information about ranges could (for now) be moved into the description fields.