When i try to run titanic.py script of TensorFlow and Scikit Flow example on TensorFlow i got this error:
Traceback (most recent call last):
File "titanic.py", line 10, in <module>
import skflow
File "build/bdist.linux-x86_64/egg/skflow/__init__.py", line 20, in <module>
File "build/bdist.linux-x86_64/egg/skflow/estimators/__init__.py", line 16, in <module>
File "build/bdist.linux-x86_64/egg/skflow/estimators/base.py", line 25, in <module>
ImportError: cannot import name NotFittedError
I am using pip, python 2.7.9 and Ubuntu 15
Can anyone please help me to solve this error?