bd7fb0b678678a421e2feb2a850aa17721128a12,examples/MotorImagery/two_class_motor_imagery.py,,,#,15

Before Change


results = context.process(results="/is/ei/vjayaram/code/git/moabb/examples/MotorImagery/2class.hdf5")

df = results.to_dataframe()
print(df[df["pipeline"] == "TS"])


After 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())  // 

context = LeftRightImagery(pipelines, WithinSessionEvaluation(), datasets)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: NeuroTechX/moabb
Commit Name: bd7fb0b678678a421e2feb2a850aa17721128a12
Time: 2018-02-27
Author: vjayaram@danube.is.localnet
File Name: examples/MotorImagery/two_class_motor_imagery.py
Class Name:
Method Name:


Project Name: NeuroTechX/moabb
Commit Name: 028274e8f52c54b10d632a61ee19a6e64f7a90e6
Time: 2018-02-14
Author: vjayaram@danube.is.localnet
File Name: examples/MotorImagery/two_class_motor_imagery.py
Class Name:
Method Name:


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: