Hi all,
I would like to create a confusion matrix of my searchlight decoding model and normally I would extract the prediction values by doing something like model.predict() but nilearn.decoding.Searchlight does not have this and I am not sure how else to extract them. Does anyone know a way to extract them?
Thank you!