Hi everyone, I’m a postdoc in cognitive neuroscience and very new to multi-echo MRI. I’m using tedana to preprocess my multi-echo MRI data after realignment. But the default pca method ica does not work.
The error message is:
AttributeError: ‘PCA’ object has no attribute ‘n_features_’
When I tried with kundu everything just works fine, but the ICA had issues to converge, so I wanted to use the default ica instead.
It looks like you are running this within a notebook, which I am less familiar with. It should work, of course, but perhaps something has gone wrong. Is it possible to try from the command line, using the tedana command (after a pip install command)? Assuming you have nii data, or can produce it, that could be an alternative approach.
@tsalo may be able to offer more insight here. Are you using the latest release of tedana and it’s dependencies?