{"id":20116691,"url":"https://github.com/sylvchev/beetl-competition","last_synced_at":"2025-05-06T14:30:32.895Z","repository":{"id":47199944,"uuid":"376818701","full_name":"sylvchev/beetl-competition","owner":"sylvchev","description":"Code helper for BEETL competition ","archived":false,"fork":false,"pushed_at":"2021-09-11T09:54:23.000Z","size":26,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T13:03:33.740Z","etag":null,"topics":["competition","eeg","neurips"],"latest_commit_sha":null,"homepage":"https://beetl.ai/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sylvchev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-14T12:40:55.000Z","updated_at":"2023-02-28T15:15:13.000Z","dependencies_parsed_at":"2022-09-04T04:02:07.939Z","dependency_job_id":null,"html_url":"https://github.com/sylvchev/beetl-competition","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/sylvchev%2Fbeetl-competition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylvchev%2Fbeetl-competition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylvchev%2Fbeetl-competition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylvchev%2Fbeetl-competition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sylvchev","download_url":"https://codeload.github.com/sylvchev/beetl-competition/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252703215,"owners_count":21790851,"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":["competition","eeg","neurips"],"created_at":"2024-11-13T18:42:52.141Z","updated_at":"2025-05-06T14:30:32.567Z","avatar_url":"https://github.com/sylvchev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeurIPS 2021 BEETL Competition - Benchmarks for EEG Transfer Learning\n** The this the package for loading competition data **\n\n## Competition information\n\nAll details about the competition are available on the official website: https://beetl.ai/\n\nWe offer two specific challenges to promote the development of EEG decoding to use big data:\n\n* Task 1 is a cross-subject sleep stage decoding challenge reflecting the need for transfer learning in clinical diagnostics. This challenge aims to compare and give a benchmark of transfer learning algorithms in the literature.\n* Task 2 is a cross-dataset motor imagery decoding challenge reflecting the need for transfer learning in human interfacing. This challenge aims to promote new algorithms that can utilise EEG data across data sets or data centers.\n\n## Getting started\n\nYou could use your own [Conda](https://www.anaconda.com/products/individual) environment or create a new one with:\n\n```\n$ conda create --name beetl numpy scikit-learn=0.23\n$ conda activate beetl\n$ pip install git+https://github.com/sylvchev/beetl-competition\n```\n\nIf you use your own conda environment, you just need to type `pip install git+https://github.com/sylvchev/beetl-competition` or `pip install -e git+https://github.com/sylvchev/beetl-competition#egg=beetl-competition`\n\n## How to start\n\nOnce beetl is installed, you could download the data with, 'path' returns the folder name contains the data\n\n```\nfrom beetl.task_datasets import BeetlSleepTutorial, BeetlSleepSource, BeetlSleepLeaderboard, BeetlMILeaderboard\nds = BeetlSleepTutorial()\npath = ds.download()\nX, y, info = ds.get_data()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylvchev%2Fbeetl-competition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsylvchev%2Fbeetl-competition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylvchev%2Fbeetl-competition/lists"}