You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install pywaveclus, but I'm getting this error related to scikits library:
File "/home/eletrofisiologia/Downloads/pywaveclus-master/pywaveclus/dsp/ica.py", line 5, in
import scikits.learn.decomposition
ImportError: No module named learn.decomposition
I have installed all the libraries listed in requirements. Any ideas on this issue?
Best Regards,
Eliezyer
The text was updated successfully, but these errors were encountered:
Sadly this code is no longer in use and it looks like there have been changes to the scikits-learn dependency. If you can find a copy of the version listed in requirements.txt (0.8.1) it might still work. Another option would be to update the use of scikits-learn to use the corresponding sklearn calls (perhaps sklearn.decomposition.FastICA: http://scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html#sklearn.decomposition.FastICA).
Hi,
I'm trying to install pywaveclus, but I'm getting this error related to scikits library:
File "/home/eletrofisiologia/Downloads/pywaveclus-master/pywaveclus/dsp/ica.py", line 5, in
import scikits.learn.decomposition
ImportError: No module named learn.decomposition
I have installed all the libraries listed in requirements. Any ideas on this issue?
Best Regards,
Eliezyer
The text was updated successfully, but these errors were encountered: