From 0f0121276b9e51be5fcfc5083979d4f255b22306 Mon Sep 17 00:00:00 2001 From: gcattan Date: Mon, 12 Jun 2023 08:54:26 +0200 Subject: [PATCH 1/2] Update index.rst Wrong thumb in index.rst --- doc/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 58fe1a23..ddf652cd 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -32,19 +32,19 @@ pyRiemann-qiskit: Qiskit wrapper for pyRiemann - +
- +
- +
- +
- +
- +
From 5666c3966405cc2e89c69926d29dfaccedae14a9 Mon Sep 17 00:00:00 2001 From: gcattan Date: Mon, 12 Jun 2023 08:59:52 +0200 Subject: [PATCH 2/2] Update plot_firebase_moabb.py Improve description --- examples/ERP/plot_firebase_moabb.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/ERP/plot_firebase_moabb.py b/examples/ERP/plot_firebase_moabb.py index b74fb5f4..368cb7d7 100644 --- a/examples/ERP/plot_firebase_moabb.py +++ b/examples/ERP/plot_firebase_moabb.py @@ -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. @@ -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