{"id":21280585,"url":"https://github.com/borgwardtlab/uea_ucr_datasets","last_synced_at":"2025-07-11T10:32:21.032Z","repository":{"id":62586095,"uuid":"219723190","full_name":"BorgwardtLab/uea_ucr_datasets","owner":"BorgwardtLab","description":"A small package for loading and handling UEA UCR time series classification datasets.","archived":false,"fork":false,"pushed_at":"2020-08-07T14:51:51.000Z","size":16,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-09T12:18:43.591Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BorgwardtLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-05T10:56:22.000Z","updated_at":"2024-05-20T08:42:32.000Z","dependencies_parsed_at":"2022-11-03T22:07:21.910Z","dependency_job_id":null,"html_url":"https://github.com/BorgwardtLab/uea_ucr_datasets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorgwardtLab%2Fuea_ucr_datasets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorgwardtLab%2Fuea_ucr_datasets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorgwardtLab%2Fuea_ucr_datasets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BorgwardtLab%2Fuea_ucr_datasets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BorgwardtLab","download_url":"https://codeload.github.com/BorgwardtLab/uea_ucr_datasets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225715412,"owners_count":17512902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T10:37:08.735Z","updated_at":"2024-11-21T10:37:09.439Z","avatar_url":"https://github.com/BorgwardtLab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uea_ucr_datasets\n\nThis package contains convenience functions and classes to access the UEA UCR\ntime series classification archive.\n\nCurrently it contains the following functionalities:\n - `Dataset` class: Loads UEA UCR dataset stored in the `sktime` format \n   from `~/.data/UEA_UCR/` or path provided via the `UEA_UCR_DATA_DIR`\n   environment variable. This class is compatible with the pytorch `DataLoader`\n   class.\n - `list_datasets`: List datasets available in the `~/.data/UEA_UCR/` folder or\n   path provided via the `UEA_UCR_DATA_DIR`\n\n## Example usage\n\nDownload the `sktime` version of the UEA and UCR datasets. And unpack them.\nMove the folders of the individual datasets to the path `~/.data/UEA_UCR`.\n\n```python\n\u003e\u003e\u003e import uea_ucr_datasets\n\u003e\u003e\u003e uea_ucr_datasets.list_datasets()\n['LSST',..]\n\u003e\u003e\u003e d = uea_ucr_datasets.Dataset('UWaveGestureLibrary', train=True)\n\u003e\u003e\u003e first_instance = d[0]\n\u003e\u003e\u003e instance_x, instance_y = first_instance\n```\n\n## Alternative data paths\n\nYou can also store the data at another location, then it is required to set the\nenvironment variable `UEA_UCR_DATA_DIR` appropriately such that the package can\nfind the datasets.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborgwardtlab%2Fuea_ucr_datasets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborgwardtlab%2Fuea_ucr_datasets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborgwardtlab%2Fuea_ucr_datasets/lists"}