I am working on miBCI using the dataset above mentioned in python. For preprocessing of the same I've used a butterworth filter the result of which is then used for Independent Component Analysis.

This is the code using sklearn.

ica = FastICA()

X_raw1= ica.fit_transform(X_raw1.T)

I have also attached the plot of the resultant data obtained. Please help me verify if the code works well and what could be further implied by the plots.

Thank You in advance.

More Mansi Sampat's questions See All
Similar questions and discussions