f3bc7a7037630ce4ebcdc7349c0bc68772bc9289,examples/MotorImagery/two_class_motor_imagery.py,,,#,15
Before Change
pipelines = OrderedDict()
pipelines["TS"] = make_pipeline(Covariances("oas"), TSclassifier())
pipelines["CSP+LDA"] = make_pipeline(Covariances("oas"), CSP(8), LDA())
pipelines["CSP+SVM"] = make_pipeline(Covariances("oas"), CSP(8), SVC()) //
results = context.process(pipelines)
After Change
for d in datasets:
d.subject_list = d.subject_list[:10]
paradigm = LeftRightImageryMultiPass(fbands=np.array([[8,12],
[12,16],
[16,20],
[20,24],
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: NeuroTechX/moabb
Commit Name: f3bc7a7037630ce4ebcdc7349c0bc68772bc9289
Time: 2018-03-13
Author: vjayaram@danube.is.localnet
File Name: examples/MotorImagery/two_class_motor_imagery.py
Class Name:
Method Name:
Project Name: EpistasisLab/tpot
Commit Name: 56b0296806a0af5540984c8be47e6e6f77e89845
Time: 2016-10-06
Author: rso@randalolson.com
File Name: tutorials/tpot_mnist_pipeline.py
Class Name:
Method Name:
Project Name: NeuroTechX/moabb
Commit Name: 16c7e51056f2361cef21ebcb0a0c02bb20a89623
Time: 2018-03-28
Author: alexandre.barachant@gmail.com
File Name: examples/MotorImagery/two_class_motor_imagery.py
Class Name:
Method Name: