Unfortunately, i'm getting the following error message when trying to import hpsklear:
import hpsklearn
Traceback (most recent call last):
File "", line 1, in
import hpsklearn
File "C:\Users\SK\hpsklearn.py", line 41, in
import skdata.iris.view
ImportError: No module named 'skdata'
Im using Spyder 3.1.4 and Python 3.5.
Appreciate any suggestions for a solution. Thanks.