artainmo/total_perspective_vortex

Classification algorithm

Closed this issue · 1 comments

Predict what kind of motion is done from previously processed EEG datas.

Research the different sklearn classification algorithms and choose one to use in this project.

Write code in training.py.

Use a training, validation and test dataset.

On test dataset you need at least 60% mean accuracy.

Use cross_val_score to evaluate model.