Skip to content

Commit

Permalink
Update index.rst (#152)
Browse files Browse the repository at this point in the history
* Update index.rst

Wrong thumb in index.rst

* Update plot_firebase_moabb.py

Improve description
  • Loading branch information
gcattan authored Jun 12, 2023
1 parent 6c542df commit 28e5070
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
12 changes: 6 additions & 6 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ pyRiemann-qiskit: Qiskit wrapper for pyRiemann
<img src="_images/sphx_glr_plot_classify_EEG_quantum_thumb.png">
</div>
</a>
<a href="auto_examples/ERP/classify_P300_bi.html">
<a href="auto_examples/ERP/plot_classify_P300_bi.html">
<div class="col-md-3 thumbnail">
<img src="_images/sphx_glr_classify_P300_bi_thumb.png">
<img src="_images/sphx_glr_plot_classify_P300_bi_thumb.png">
</div>
</a>
<a href="auto_examples/ERP/firebase_moabb.html">
<a href="auto_examples/ERP/plot_firebase_moabb.html">
<div class="col-md-3 thumbnail">
<img src="_images/sphx_glr_firebase_moabb_thumb.png">
<img src="_images/sphx_glr_plot_firebase_moabb_thumb.png">
</div>
</a>
<a href="auto_examples/ERP/compare_dim_red.html">
<a href="auto_examples/ERP/plot_compare_dim_red.html">
<div class="col-md-3 thumbnail">
<img src="_images/sphx_glr_compare_dim_red_thumb.png">
<img src="_images/sphx_glr_plot_compare_dim_red_thumb.png">
</div>
</a>
<a href="auto_examples/toys_dataset/plot_classifier_comparison.html">
Expand Down
9 changes: 5 additions & 4 deletions examples/ERP/plot_firebase_moabb.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
"""
====================================================================
Classification of P300 datasets from MOABB
Classification of P300 datasets from MOABB with cache
====================================================================
It demonstrates the QuantumClassifierWithDefaultRiemannianPipeline(). This
It demonstrates the use of firebase cache for MOABB with
the QuantumClassifierWithDefaultRiemannianPipeline(). This
pipeline uses Riemannian Geometry, Tangent Space and a quantum SVM
classifier. MOABB is used to access many EEG datasets and also for the
evaluation and comparison with other classifiers.
Expand All @@ -18,8 +19,8 @@
A list of real quantum computers is available in your IBM quantum account.
"""
# Author: Anton Andreev
# Modified from plot_classify_EEG_tangentspace.py of pyRiemann
# Author: Anton Andreev, Gregoire Cattan
# Modified from plot_classify_P300_bi.py
# License: BSD (3-clause)

from pyriemann.estimation import XdawnCovariances
Expand Down

0 comments on commit 28e5070

Please sign in to comment.