AlmaCuevas / EEG-Classifiers-Ensemble

MIT License
0 stars 0 forks source link

Change structure of dataset_info #10

Open AlmaCuevas opened 3 weeks ago

AlmaCuevas commented 3 weeks ago

The share.py has dictionaries for every dataset, an implementation with dataclass would fit better.

In data_classification, converting the channel montage into independent channels is essential. While multiple lines of code are necessary for this process, there is potential for optimization.

image image

Note: Remove the todo, when this issue is solved.

KPI: Those extra lines where the dataset_info is temporarily changed must be adapted to the dataclass implementation.