AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.
https://mlbox.readthedocs.io/en/latest/
Other
1.49k stars 273 forks source link

ImportError: No module named 'preprocessing' #1

Closed NLaloum closed 7 years ago

NLaloum commented 7 years ago

Hi team,

This might just be an issue with the init files,

but I get this when importing mlbox.preprocessing

      6 
      7 
----> 8 from preprocessing import *
      9 from encoding import *
     10 from optimisation import *

ImportError: No module named 'preprocessing'

Thanks for helping !

AxeldeRomblay commented 7 years ago

Yes, I am working on this actually and I'll fix that soon... This a compatibility issue when using python 3.

NeerajSarwan commented 7 years ago

Is this issue resolved? Because I still get the error No module named 'preprocessing' while trying to import mlbox.

AxeldeRomblay commented 7 years ago

No unfortunately mlbox does not support Python 3 at the moment...