my understanding is that nilearn maskers are going to support pandas df.
It is a much cleaner format to output confounds, and would be preferable over the numpy arrays.
This requires minimal changes, as internally load_confounds manipulate the confound array using pandas already.
my understanding is that nilearn maskers are going to support pandas df. It is a much cleaner format to output confounds, and would be preferable over the numpy arrays. This requires minimal changes, as internally load_confounds manipulate the confound array using pandas already.