giacbrd / ShallowLearn

An experiment about re-implementing supervised learning models based on shallow neural network approaches (e.g. fastText) with some additional exclusive features and nice API. Written in Python and fully compatible with Scikit-learn.
GNU Lesser General Public License v3.0
198 stars 30 forks source link

ImportError: No module named shallowlearn.models #22

Open niloofer opened 7 years ago

niloofer commented 7 years ago

I installed shallowlearn. But, I am getting an import error when trying to import the models.

giacbrd commented 7 years ago

Hi, can you post the full traceback? You could also check this https://github.com/giacbrd/ShallowLearn/issues/15