Skip to content

Commit 6d3044f

Browse files
1 parent c3bc907 commit 6d3044f

File tree

127 files changed

+1012
-990
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+1012
-990
lines changed

docs/_downloads/004be3e9d1a7fe3f376ebea76a062f80/4_adding_a_dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Tutorial 4: Creating a dataset class
44
====================================
55
"""
6+
67
# Authors: Pedro L. C. Rodrigues, Sylvain Chevallier
78
#
89
# https://github.com/plcrodrigues/Workshop-MOABB-BCI-Graz-2019

docs/_downloads/0621540f2a81072e792d3fe5436855e1/noplot_phmd_ml_spectrum.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"name": "python",
101101
"nbconvert_exporter": "python",
102102
"pygments_lexer": "ipython3",
103-
"version": "3.9.18"
103+
"version": "3.9.19"
104104
}
105105
},
106106
"nbformat": 4,
Binary file not shown.

docs/_downloads/09c597e028c1574e907e103b3db53254/plot_within_session_ssvep.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
pipeline using a 5-fold cross-validation. The reported metric (here, accuracy)
1111
is the average of all fold.
1212
"""
13+
1314
# Authors: Sylvain Chevallier <sylvain.chevallier@uvsq.fr>
1415
#
1516
# License: BSD (3-clause)

docs/_downloads/11d7e3106c779d2d16f2ad6e45bde649/plot_braindecode.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"name": "python",
126126
"nbconvert_exporter": "python",
127127
"pygments_lexer": "ipython3",
128-
"version": "3.9.18"
128+
"version": "3.9.19"
129129
}
130130
},
131131
"nbformat": 4,

docs/_downloads/14eea0f23180ed6c51f0ac41b2f0162e/plot_benchmark_DL.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
For this example, we will use only one dataset to keep the computation time low, but this benchmark is designed
88
to easily scale to many datasets.
99
"""
10+
1011
# Authors: Igor Carrara <igor.carrara@inria.fr>
1112
#
1213
# License: BSD (3-clause)

docs/_downloads/1cb0649d22103248d85dfccb151aabae/plot_disk_cache.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
"name": "python",
256256
"nbconvert_exporter": "python",
257257
"pygments_lexer": "ipython3",
258-
"version": "3.9.18"
258+
"version": "3.9.19"
259259
}
260260
},
261261
"nbformat": 4,

docs/_downloads/1e19389137690794e1345c2b750ca301/noplot_bids_conversion.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"name": "python",
162162
"nbconvert_exporter": "python",
163163
"pygments_lexer": "ipython3",
164-
"version": "3.9.18"
164+
"version": "3.9.19"
165165
}
166166
},
167167
"nbformat": 4,

docs/_downloads/1eb996e21dc5546952cdf5d77959e6ad/plot_learning_curve_p300_external.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
1717
We will use the P300 paradigm, which uses the AUC as metric.
1818
"""
19+
1920
# Authors: Jan Sosulski
2021
#
2122
# License: BSD (3-clause)

docs/_downloads/1fae02a0d2f8a8b38412328b11979e03/example_codecarbon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
generation, the results is computed on a local cluster but could be easily
1212
replicated on your infrastructure.
1313
"""
14+
1415
# Authors: Igor Carrara <igor.carrara@inria.fr>
1516
# Bruno Aristimunha <b.aristimunha@gmail.com>
1617
#

0 commit comments

Comments
 (0)