Alexandre Gramfort
Alexandre Gramfort
yes 3 channels is too little. I would have said > 30 channels but it's just an educated guess... nothing quantitative
would this break any existing code to change this? did you evaluate / quantify the impact? >
did you ask @thht for the dataset that trigged the issue?
it's unclear how. But as we said in the paper flat channels are trivial to detect. Altough we don't have a function for that...
true :( there is a PR though to have epoch wise interpolation. Maybe this could become a priority to fix...
yes we could give bounds in optim grid to avoid this case before staring the opt. >
hum.... not sure what you mean with no cross-val but if you mean fitting and testing on the same data you can use cv object with a scikit-learn API that...
it would not be allowed with sklearn but you can do if cv=1 use a splitter like this: ``` import numpy as np from sklearn.model_selection import BaseCrossValidator class NoSplitter(BaseCrossValidator): def...
to me it becomes an empirical question on some data where a new option appears useful (ideally quantitatively) > Message ID: ***@***.***> >