NeuroTechX / moabb

Mother of All BCI Benchmarks
https://neurotechx.github.io/moabb/
BSD 3-Clause "New" or "Revised" License
701 stars 181 forks source link

Accessing True/Pred values for plotting Confusion Matrices #662

Open Rinkachirikiari opened 1 month ago

Rinkachirikiari commented 1 month ago

Hey there,

Is there a way to easily access the true labels (y_true) and predicted labels (y_pred) from the model evaluation pipeline? This would be helpful for plotting confusion matrices after training or cross-validation.

Best,