Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.rst #152

Merged
merged 2 commits into from
Jun 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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