braingram / pywaveclus

Python port of WaveClus
14 stars 6 forks source link

scikit.learn has been renamed to sklearn #2

Open werthiness opened 7 years ago

werthiness commented 7 years ago

The code fails on importing because it tries to import scikit.learn, however this has been renamed to sklearn. This fixes it by replacing all instances of scikit.learn with sklearn.