Apolline Mellot

Results 6 issues of Apolline Mellot

The issue comes from the fact that info is read from evoked file in this script ( ```info = mne.io.read_info(fname_evoked)```) but no evoked files are generated for rest session. @dengemann...

bug

In the make_epochs script of the preprocessing part, the parameter event_repeated is defined by default to 'error'. A solution would be to make this parameter one of the config file.

The doc says : "window_stride_samples ([int](https://docs.python.org/3/library/functions.html#int) | None) – Stride between windows in samples. If None, set to be equal to winddow_size_samples, so windows will not overlap." but when `window_stride_samples`...

![image](https://github.com/benchopt/benchopt/assets/81578853/a28fe890-561d-4fa7-b361-0f345f9cdbd4) In this example the x-axis does not correspond to the number of iterations but to the train set size. We would like to have the possibility to change the...

feature request

### Describe the new feature or enhancement I have recently been working with datasets with diverse montages and wanted to make them comparable by ensuring a consistent number and position...

ENH

I made changes in the "Using cross_val_score with skada" example. I will now have a look at the two other examples of this section.