Open werthiness opened 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.
scikit.learn
sklearn
The code fails on importing because it tries to import
scikit.learn
, however this has been renamed tosklearn
. This fixes it by replacing all instances ofscikit.learn
withsklearn
.