Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr_opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v5
with:
sparse-checkout: build_tools
sparse-checkout: .github/utilities

- uses: actions/setup-python@v6
with:
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ series. Our goal is to present a simple and unified interface to a variety of EE
classification problems that combine techniques from a range of domains that learn
from EEG signals.

We aim to develop this package following the principles of open science, and
reproducible research, as described in the [Turing Way](https://github.com/the-turing-way) and this package is based on [this template](https://github.com/the-turing-way/reproducible-project-template).

`aeon-neuro` is a companion package to the `aeon` toolkit. The main project webpage
and documentation is available at https://aeon-toolkit.org and the source code at
https://github.com/aeon-toolkit/aeon.
Expand Down Expand Up @@ -45,7 +42,6 @@ pip install aeon-neuro[all_extras]

Instructions for installation from the [GitHub source](https://github.com/aeon-toolkit/aeon-neuro) can be found [here](https://aeon-neuro.readthedocs.io/en/latest/installation.html#install-the-latest-development-version-using-pip).


## 💬 Where to ask questions

| Type | Platforms |
Expand All @@ -60,7 +56,7 @@ Instructions for installation from the [GitHub source](https://github.com/aeon-t
[GitHub Discussions]: https://github.com/aeon-toolkit/aeon-neuro/discussions
[Slack]: https://join.slack.com/t/aeon-neuro/shared_invite/zt-2k4qs8mjb-ZZs~6P0MdF8kGf9cUQzKSg


## 💡 Acknowledgements

This work is supported by the UK Engineering and Physical Sciences Research Council
(EPSRC) EP/W030756/2
Empty file.
56 changes: 0 additions & 56 deletions aeon_neuro/benchmarking/experiments.py

This file was deleted.

2 changes: 1 addition & 1 deletion aeon_neuro/datasets/_single_problem_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def load_kdd_full_example(split=None, verbose=False):
Number of classes: X
Details: TBC
"""
data_path = "../../example_raw_eeg/basic_classification_task"
data_path = "data/example_raw_eeg/basic_classification_task"
tasks = ["task", "rest"]
runs = ["01", "02", "03", "04", "05", "06"]

Expand Down
Binary file removed aeon_neuro/datasets/data/Blink/Blink.gif
Binary file not shown.
956 changes: 0 additions & 956 deletions aeon_neuro/datasets/data/Blink/Blink.ts

This file was deleted.

Loading
Loading