You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/_downloads/c0b6836dfec75ec67ce644b1417286cf/plot_Hinss2021_classification.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@
62
62
},
63
63
"outputs": [],
64
64
"source": [
65
-
"# Here we define the mne events for the RestingState paradigm.\nevents = dict(easy=2, diff=3)\n# The paradigm is adapted to the P300 paradigm.\nparadigm = RestingStateToP300Adapter(events=events, tmin=0, tmax=0.5)\n# We define a list with the dataset to use\ndatasets = [Hinss2021()]\n\n# To reduce the computation time in the example, we will only use the\n# first two subjects.\nstart_subject = 1\nstop_subject = 2\ntitle = \"Datasets: \"\nfor dataset in datasets:\n title = title + \"\" + dataset.code\n dataset.subject_list = dataset.subject_list[start_subject:stop_subject]"
65
+
"# Here we define the mne events for the RestingState paradigm.\nevents = dict(easy=2, diff=3)\n# The paradigm is adapted to the P300 paradigm.\nparadigm = RestingStateToP300Adapter(events=events, tmin=0, tmax=0.5)\n# We define a list with the dataset to use\ndatasets = [Hinss2021()]\n\n# To reduce the computation time in the example, we will only use the\n# first two subjects.\nn__subjects = 2\ntitle = \"Datasets: \"\nfor dataset in datasets:\n title = title + \"\" + dataset.code\n dataset.subject_list = dataset.subject_list[:n__subjects]"
<imgsrc="../../_images/sphx_glr_plot_filterbank_csp_vs_csp_001.png" srcset="../../_images/sphx_glr_plot_filterbank_csp_vs_csp_001.png" alt="plot filterbank csp vs csp" class = "sphx-glr-single-img"/><pclass="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 15.909 seconds)</p>
<imgsrc="../../_images/sphx_glr_plot_filterbank_csp_vs_csp_001.png" srcset="../../_images/sphx_glr_plot_filterbank_csp_vs_csp_001.png" alt="plot filterbank csp vs csp" class = "sphx-glr-single-img"/><pclass="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 16.350 seconds)</p>
BNCI2014-009-CrossSession: 67%|######6 | 2/3 [00:06<00:03, 3.08s/it]/home/runner/work/moabb/moabb/.venv/lib/python3.9/site-packages/urllib3/connectionpool.py:1061: InsecureRequestWarning: Unverified HTTPS request is being made to host 'lampx.tugraz.at'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
818
+
BNCI2014-009-CrossSession: 67%|######6 | 2/3 [00:06<00:03, 3.13s/it]/home/runner/work/moabb/moabb/.venv/lib/python3.9/site-packages/urllib3/connectionpool.py:1061: InsecureRequestWarning: Unverified HTTPS request is being made to host 'lampx.tugraz.at'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
<imgsrc="../../_images/sphx_glr_plot_mne_and_scikit_estimators_002.png" srcset="../../_images/sphx_glr_plot_mne_and_scikit_estimators_002.png" alt="Algorithm comparison" class = "sphx-glr-single-img"/><pclass="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 45.729 seconds)</p>
<imgsrc="../../_images/sphx_glr_plot_mne_and_scikit_estimators_002.png" srcset="../../_images/sphx_glr_plot_mne_and_scikit_estimators_002.png" alt="Algorithm comparison" class = "sphx-glr-single-img"/><pclass="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 47.674 seconds)</p>
0 commit comments