AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.

Home Page:https://mlbox.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'mlbox.preprocessing'

mrajkumar18 opened this issue · comments

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

  1. 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'