Import by filename not supported
Author: willettkCreated Nov 23, 2016Updated Nov 24, 2016
I cloned the repo and tried running the example in README.md without explicit installation;
python -m examples.linear_modelsI get the following result (using Mac/Anaconda/Python 2.7x):
/anaconda/bin/python: Import by filename is not supported.Any ideas as to why the standard example won't work?
Source: rushter/MLAlgorithms