AxeldeRomblay / MLBox

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

ModuleNotFoundError: No module named 'mlbox.preprocessing' #135

Open mrajkumar18 opened 2 years ago

mrajkumar18 commented 2 years ago

Hi,

Even after installed !pip install mlbox, getting error message while using mlbox.

1) Able to find in installation using !pip list command

mlbox 0.8.5

2) Error Message

ModuleNotFoundError Traceback (most recent call last)

in 1 #https://mlbox.readthedocs.io/en/latest/index.html 2 # importing the required libraries ----> 3 from mlbox.preprocessing import * 4 from mlbox.optimisation import * 5 from mlbox.prediction import * ModuleNotFoundError: No module named 'mlbox.preprocessing'