Offline Training & Testing Workflows¶
Here are some workflows related to training and testing decoders offline with existing datasets
Simple Offline Training & Testing¶
In this workflow, we
Load the training data
Edit our decoder parameters
Train our decoder and save it
Store the training data and load the testing data
Test the decoder offline
Export the test results to csv.
Offline Training using an Existing Decoder¶
In this workflow, we
Load some training data
Load the parameters of a trained decoder
Retrain the decoder on the current data
Offline Testing using an Existing Decoder¶
In this workflow, we
Load some testing data
Load a decoder trained on the corresponding training data
Test the decoder offline