Closed balakrishnanc closed 6 years ago
Hi @balakrishnanc - I'm surprised this isn't working for you; I've tested it a few times and it seems ok in my environment. Did you run python setup.py install
to install the package? What version of Python are you running?
§ python --version
Python 3.6.3 :: Anaconda, Inc.
regressor
(when imported usingfrom regressor import piecewise
) module does not work since the module resides in the same package as that ofplotter
. This commit changes this statement to use relative imports (from .regressor import piecewise
).