Skip to content
#

cross-validation

Here are 401 public repositories matching this topic...

WenjieZ
WenjieZ commented Mar 8, 2020

This issue documents the way to use this package for Nested Cross-Validation. If you have any question, welcome to comment below.

Flat cross-validation vs. nested cross-validation

To clarify the meaning of these two terms in this specific issue, let me first describe them.

Flat cross-validation

Let us use 5-Fold as an example. In a 5-Fold flat cross-validation, you split the dataset

sab-d
sab-d commented Feb 21, 2020

Hi,

I was wondering if there's a mistake in the FAQ section of the documentation ("Should I apply ICA first or autoreject first?").
According to the MNE docs the reject parameter in ica.fit() only applies to an instance of Raw, not Epochs.
However, here ica.fit() is used with reject on epochs several times, e.g.:

>>> reject = get_rejection_threshold(epochs)
>>> ica.fit(epo

Improve this page

Add a description, image, and links to the cross-validation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cross-validation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.