We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4d16af + 60f13ae commit a4668eaCopy full SHA for a4668ea
README.md
@@ -35,7 +35,6 @@
35
pip install moabb
36
```
37
38
-
39
```python
40
import moabb
41
from moabb.datasets import BNCI2014_001
@@ -62,6 +61,8 @@ print(results.head())
62
61
63
For full installation options and troubleshooting, see the [documentation](https://moabb.neurotechx.com/docs/install/install.html).
64
+dataset = BNCI2014_001()
65
+dataset.subject_list = dataset.subject_list[:2]
66
67
## Disclaimer
68
0 commit comments