Skip to content

Commit 28e5070

Browse files
authored
Update index.rst (#152)
* Update index.rst Wrong thumb in index.rst * Update plot_firebase_moabb.py Improve description
1 parent 6c542df commit 28e5070

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

doc/index.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ pyRiemann-qiskit: Qiskit wrapper for pyRiemann
3232
<img src="_images/sphx_glr_plot_classify_EEG_quantum_thumb.png">
3333
</div>
3434
</a>
35-
<a href="auto_examples/ERP/classify_P300_bi.html">
35+
<a href="auto_examples/ERP/plot_classify_P300_bi.html">
3636
<div class="col-md-3 thumbnail">
37-
<img src="_images/sphx_glr_classify_P300_bi_thumb.png">
37+
<img src="_images/sphx_glr_plot_classify_P300_bi_thumb.png">
3838
</div>
3939
</a>
40-
<a href="auto_examples/ERP/firebase_moabb.html">
40+
<a href="auto_examples/ERP/plot_firebase_moabb.html">
4141
<div class="col-md-3 thumbnail">
42-
<img src="_images/sphx_glr_firebase_moabb_thumb.png">
42+
<img src="_images/sphx_glr_plot_firebase_moabb_thumb.png">
4343
</div>
4444
</a>
45-
<a href="auto_examples/ERP/compare_dim_red.html">
45+
<a href="auto_examples/ERP/plot_compare_dim_red.html">
4646
<div class="col-md-3 thumbnail">
47-
<img src="_images/sphx_glr_compare_dim_red_thumb.png">
47+
<img src="_images/sphx_glr_plot_compare_dim_red_thumb.png">
4848
</div>
4949
</a>
5050
<a href="auto_examples/toys_dataset/plot_classifier_comparison.html">

examples/ERP/plot_firebase_moabb.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""
22
====================================================================
3-
Classification of P300 datasets from MOABB
3+
Classification of P300 datasets from MOABB with cache
44
====================================================================
55
6-
It demonstrates the QuantumClassifierWithDefaultRiemannianPipeline(). This
6+
It demonstrates the use of firebase cache for MOABB with
7+
the QuantumClassifierWithDefaultRiemannianPipeline(). This
78
pipeline uses Riemannian Geometry, Tangent Space and a quantum SVM
89
classifier. MOABB is used to access many EEG datasets and also for the
910
evaluation and comparison with other classifiers.
@@ -18,8 +19,8 @@
1819
A list of real quantum computers is available in your IBM quantum account.
1920
2021
"""
21-
# Author: Anton Andreev
22-
# Modified from plot_classify_EEG_tangentspace.py of pyRiemann
22+
# Author: Anton Andreev, Gregoire Cattan
23+
# Modified from plot_classify_P300_bi.py
2324
# License: BSD (3-clause)
2425

2526
from pyriemann.estimation import XdawnCovariances

0 commit comments

Comments
 (0)