Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreGtch committed Jul 6, 2024
1 parent 598d201 commit 7b75275
Show file tree
Hide file tree
Showing 51 changed files with 1,210 additions and 942 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

set_log_level("info")


##############################################################################
# Create util transformer
# ----------------------
Expand Down Expand Up @@ -103,12 +104,11 @@ def transform(self, X):

# To reduce the computation time in the example, we will only use the
# first two subjects.
start_subject = 1
stop_subject = 2
n__subjects = 2
title = "Datasets: "
for dataset in datasets:
title = title + " " + dataset.code
dataset.subject_list = dataset.subject_list[start_subject:stop_subject]
dataset.subject_list = dataset.subject_list[:n__subjects]

##############################################################################
# Create Pipelines
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"outputs": [],
"source": [
"# 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]"
"# 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]"
]
},
{
Expand Down
Binary file not shown.
Binary file modified docs/_images/sphx_glr_plot_Hinss2021_classification_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_Hinss2021_classification_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_benchmark_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_benchmark_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_cross_session_motor_imagery_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_cross_session_motor_imagery_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_learning_curve_motor_imagery_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_learning_curve_motor_imagery_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_learning_curve_p300_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_learning_curve_p300_external_001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_learning_curve_p300_external_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_learning_curve_p300_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_within_session_ssvep_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ <h2>Evaluation<a class="headerlink" href="#evaluation" title="Permalink to this
&#39;right_hand&#39;: 12&gt;
warn(f&quot;warnEpochs {epochs}&quot;)

BNCI2014-001-CrossSession: 50%|##### | 1/2 [00:05&lt;00:05, 5.61s/it]/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 24 events (all good), 2 – 6 s, baseline off, ~4.1 MB, data loaded,
BNCI2014-001-CrossSession: 50%|##### | 1/2 [00:05&lt;00:05, 5.84s/it]/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 24 events (all good), 2 – 6 s, baseline off, ~4.1 MB, data loaded,
&#39;left_hand&#39;: 12
&#39;right_hand&#39;: 12&gt;
warn(f&quot;warnEpochs {epochs}&quot;)
Expand Down Expand Up @@ -923,8 +923,8 @@ <h2>Evaluation<a class="headerlink" href="#evaluation" title="Permalink to this
&#39;right_hand&#39;: 12&gt;
warn(f&quot;warnEpochs {epochs}&quot;)

BNCI2014-001-CrossSession: 100%|##########| 2/2 [00:11&lt;00:00, 5.55s/it]
BNCI2014-001-CrossSession: 100%|##########| 2/2 [00:11&lt;00:00, 5.56s/it]
BNCI2014-001-CrossSession: 100%|##########| 2/2 [00:11&lt;00:00, 5.69s/it]
BNCI2014-001-CrossSession: 100%|##########| 2/2 [00:11&lt;00:00, 5.71s/it]
</pre></div>
</div>
<p>After processing the two, we simply concatenate the results.</p>
Expand Down Expand Up @@ -969,8 +969,8 @@ <h2>Plot Results<a class="headerlink" href="#plot-results" title="Permalink to t
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
<img src="../../_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"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 15.909 seconds)</p>
<p><strong>Estimated memory usage:</strong> 373 MB</p>
<img src="../../_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"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 16.350 seconds)</p>
<p><strong>Estimated memory usage:</strong> 220 MB</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-advanced-examples-plot-filterbank-csp-vs-csp-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/4c45605b7f9e2012cf86c10fa0f2ed72/plot_filterbank_csp_vs_csp.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_filterbank_csp_vs_csp.py</span></code></a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -807,8 +807,8 @@ <h2>Running the Evaluation<a class="headerlink" href="#running-the-evaluation" t
&#39;left_hand&#39;: 12&gt;
warn(f&quot;warnEpochs {epochs}&quot;)

BNCI2014-001-WithinSession: 100%|##########| 1/1 [00:10&lt;00:00, 10.64s/it]
BNCI2014-001-WithinSession: 100%|##########| 1/1 [00:10&lt;00:00, 10.64s/it]
BNCI2014-001-WithinSession: 100%|##########| 1/1 [00:10&lt;00:00, 10.78s/it]
BNCI2014-001-WithinSession: 100%|##########| 1/1 [00:10&lt;00:00, 10.78s/it]
</pre></div>
</div>
</section>
Expand Down Expand Up @@ -882,8 +882,8 @@ <h2>Load Best Model Parameter<a class="headerlink" href="#load-best-model-parame
Best Parameter l1_ratio Session_T VanillaEN: 0.75
</pre></div>
</div>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 16.409 seconds)</p>
<p><strong>Estimated memory usage:</strong> 252 MB</p>
<p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 16.766 seconds)</p>
<p><strong>Estimated memory usage:</strong> 124 MB</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-advanced-examples-plot-grid-search-withinsession-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/b298e4b36adf2bb5cb6f65682eec852f/plot_grid_search_withinsession.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_grid_search_withinsession.py</span></code></a></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ <h2>A Simple MNE Pipeline<a class="headerlink" href="#a-simple-mne-pipeline" tit
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)

BNCI2014-009-CrossSession: 33%|###3 | 1/3 [00:03&lt;00:06, 3.20s/it]/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 576 events (all good), 0 – 0.800781 s, baseline off, ~14.5 MB, data loaded,
BNCI2014-009-CrossSession: 33%|###3 | 1/3 [00:03&lt;00:06, 3.34s/it]/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 576 events (all good), 0 – 0.800781 s, baseline off, ~14.5 MB, data loaded,
&#39;Target&#39;: 96
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)
Expand All @@ -815,40 +815,38 @@ <h2>A Simple MNE Pipeline<a class="headerlink" href="#a-simple-mne-pipeline" tit
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)

BNCI2014-009-CrossSession: 67%|######6 | 2/3 [00:06&lt;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 &#39;lampx.tugraz.at&#39;. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
BNCI2014-009-CrossSession: 67%|######6 | 2/3 [00:06&lt;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 &#39;lampx.tugraz.at&#39;. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(


0%| | 0.00/18.5M [00:00&lt;?, ?B/s]

0%| | 16.4k/18.5M [00:00&lt;01:54, 162kB/s]
0%| | 8.19k/18.5M [00:00&lt;05:27, 56.5kB/s]

0%| | 32.8k/18.5M [00:00&lt;01:53, 162kB/s]
0%| | 32.8k/18.5M [00:00&lt;02:31, 122kB/s]

1%|▏ | 96.3k/18.5M [00:00&lt;00:49, 376kB/s]
1%|▏ | 96.3k/18.5M [00:00&lt;01:09, 265kB/s]

1%|▍ | 209k/18.5M [00:00&lt;00:27, 668kB/s]
1%|▍ | 209k/18.5M [00:00&lt;00:39, 464kB/s]

2%|▉ | 432k/18.5M [00:00&lt;00:14, 1.23MB/s]
2%|▉ | 432k/18.5M [00:00&lt;00:21, 847kB/s]

5%|█▊ | 889k/18.5M [00:00&lt;00:07, 2.34MB/s]
5%|█▊ | 889k/18.5M [00:00&lt;00:10, 1.62MB/s]

10%|███▌ | 1.80M/18.5M [00:00&lt;00:03, 4.51MB/s]
10%|███▌ | 1.80M/18.5M [00:01&lt;00:05, 3.13MB/s]

20%|███████▏ | 3.62M/18.5M [00:00&lt;00:01, 8.81MB/s]
20%|███████▏ | 3.62M/18.5M [00:01&lt;00:02, 6.10MB/s]

33%|████████████ | 6.18M/18.5M [00:00&lt;00:00, 14.0MB/s]
36%|█████████████▍ | 6.73M/18.5M [00:01&lt;00:01, 10.8MB/s]

45%|████████████████ | 8.42M/18.5M [00:01&lt;00:00, 16.5MB/s]
52%|███████████████████▎ | 9.67M/18.5M [00:01&lt;00:00, 13.7MB/s]

59%|█████████████████████ | 11.0M/18.5M [00:01&lt;00:00, 19.3MB/s]
69%|█████████████████████████▌ | 12.8M/18.5M [00:01&lt;00:00, 16.1MB/s]

75%|███████████████████████████▊ | 13.9M/18.5M [00:01&lt;00:00, 22.1MB/s]

91%|█████████████████████████████████▋ | 16.8M/18.5M [00:01&lt;00:00, 24.2MB/s]
85%|███████████████████████████████▍ | 15.7M/18.5M [00:01&lt;00:00, 17.3MB/s]

0%| | 0.00/18.5M [00:00&lt;?, ?B/s]
100%|█████████████████████████████████████| 18.5M/18.5M [00:00&lt;00:00, 75.4GB/s]
100%|█████████████████████████████████████| 18.5M/18.5M [00:00&lt;00:00, 63.8GB/s]
/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 576 events (all good), 0 – 0.800781 s, baseline off, ~14.5 MB, data loaded,
&#39;Target&#39;: 96
&#39;NonTarget&#39;: 480&gt;
Expand All @@ -862,8 +860,8 @@ <h2>A Simple MNE Pipeline<a class="headerlink" href="#a-simple-mne-pipeline" tit
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)

BNCI2014-009-CrossSession: 100%|##########| 3/3 [00:12&lt;00:00, 4.50s/it]
BNCI2014-009-CrossSession: 100%|##########| 3/3 [00:12&lt;00:00, 4.13s/it]
BNCI2014-009-CrossSession: 100%|##########| 3/3 [00:13&lt;00:00, 4.89s/it]
BNCI2014-009-CrossSession: 100%|##########| 3/3 [00:13&lt;00:00, 4.43s/it]
</pre></div>
</div>
</section>
Expand Down Expand Up @@ -905,7 +903,7 @@ <h2>Advanced MNE Pipeline<a class="headerlink" href="#advanced-mne-pipeline" tit
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)

BNCI2014-009-CrossSession: 33%|###3 | 1/3 [00:03&lt;00:06, 3.42s/it]/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 576 events (all good), 0 – 0.800781 s, baseline off, ~14.5 MB, data loaded,
BNCI2014-009-CrossSession: 33%|###3 | 1/3 [00:03&lt;00:07, 3.61s/it]/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 576 events (all good), 0 – 0.800781 s, baseline off, ~14.5 MB, data loaded,
&#39;Target&#39;: 96
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)
Expand All @@ -918,7 +916,7 @@ <h2>Advanced MNE Pipeline<a class="headerlink" href="#advanced-mne-pipeline" tit
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)

BNCI2014-009-CrossSession: 67%|######6 | 2/3 [00:06&lt;00:02, 2.95s/it]/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 576 events (all good), 0 – 0.800781 s, baseline off, ~14.5 MB, data loaded,
BNCI2014-009-CrossSession: 67%|######6 | 2/3 [00:06&lt;00:03, 3.02s/it]/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 576 events (all good), 0 – 0.800781 s, baseline off, ~14.5 MB, data loaded,
&#39;Target&#39;: 96
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)
Expand All @@ -931,8 +929,8 @@ <h2>Advanced MNE Pipeline<a class="headerlink" href="#advanced-mne-pipeline" tit
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)

BNCI2014-009-CrossSession: 100%|##########| 3/3 [00:10&lt;00:00, 3.44s/it]
BNCI2014-009-CrossSession: 100%|##########| 3/3 [00:10&lt;00:00, 3.35s/it]
BNCI2014-009-CrossSession: 100%|##########| 3/3 [00:10&lt;00:00, 3.58s/it]
BNCI2014-009-CrossSession: 100%|##########| 3/3 [00:10&lt;00:00, 3.49s/it]
</pre></div>
</div>
</section>
Expand Down Expand Up @@ -969,7 +967,7 @@ <h2>Numpy-based Pipeline<a class="headerlink" href="#numpy-based-pipeline" title
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)

BNCI2014-009-CrossSession: 33%|###3 | 1/3 [00:05&lt;00:10, 5.08s/it]/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 576 events (all good), 0 – 0.800781 s, baseline off, ~14.5 MB, data loaded,
BNCI2014-009-CrossSession: 33%|###3 | 1/3 [00:05&lt;00:10, 5.21s/it]/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 576 events (all good), 0 – 0.800781 s, baseline off, ~14.5 MB, data loaded,
&#39;Target&#39;: 96
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)
Expand All @@ -982,7 +980,7 @@ <h2>Numpy-based Pipeline<a class="headerlink" href="#numpy-based-pipeline" title
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)

BNCI2014-009-CrossSession: 67%|######6 | 2/3 [00:09&lt;00:04, 4.97s/it]/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 576 events (all good), 0 – 0.800781 s, baseline off, ~14.5 MB, data loaded,
BNCI2014-009-CrossSession: 67%|######6 | 2/3 [00:10&lt;00:05, 5.05s/it]/home/runner/work/moabb/moabb/moabb/datasets/preprocessing.py:279: UserWarning: warnEpochs &lt;Epochs | 576 events (all good), 0 – 0.800781 s, baseline off, ~14.5 MB, data loaded,
&#39;Target&#39;: 96
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)
Expand All @@ -995,8 +993,8 @@ <h2>Numpy-based Pipeline<a class="headerlink" href="#numpy-based-pipeline" title
&#39;NonTarget&#39;: 480&gt;
warn(f&quot;warnEpochs {epochs}&quot;)

BNCI2014-009-CrossSession: 100%|##########| 3/3 [00:14&lt;00:00, 4.94s/it]
BNCI2014-009-CrossSession: 100%|##########| 3/3 [00:14&lt;00:00, 4.96s/it]
BNCI2014-009-CrossSession: 100%|##########| 3/3 [00:15&lt;00:00, 5.00s/it]
BNCI2014-009-CrossSession: 100%|##########| 3/3 [00:15&lt;00:00, 5.03s/it]
</pre></div>
</div>
</section>
Expand All @@ -1023,8 +1021,8 @@ <h2>Combining Results<a class="headerlink" href="#combining-results" title="Perm
<a href="https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.show.html#matplotlib.pyplot.show" title="matplotlib.pyplot.show" class="sphx-glr-backref-module-matplotlib-pyplot sphx-glr-backref-type-py-function"><span class="n">plt</span><span class="o">.</span><span class="n">show</span></a><span class="p">()</span>
</pre></div>
</div>
<img src="../../_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"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 45.729 seconds)</p>
<p><strong>Estimated memory usage:</strong> 365 MB</p>
<img src="../../_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"/><p class="sphx-glr-timing"><strong>Total running time of the script:</strong> ( 0 minutes 47.674 seconds)</p>
<p><strong>Estimated memory usage:</strong> 191 MB</p>
<div class="sphx-glr-footer sphx-glr-footer-example docutils container" id="sphx-glr-download-auto-examples-advanced-examples-plot-mne-and-scikit-estimators-py">
<div class="sphx-glr-download sphx-glr-download-python docutils container">
<p><a class="reference download internal" download="" href="../../_downloads/3bb6d35e266c94de44c44ec75aa9d550/plot_mne_and_scikit_estimators.py"><code class="xref download docutils literal notranslate"><span class="pre">Download</span> <span class="pre">Python</span> <span class="pre">source</span> <span class="pre">code:</span> <span class="pre">plot_mne_and_scikit_estimators.py</span></code></a></p>
Expand Down
Loading

0 comments on commit 7b75275

Please sign in to comment.