MLBox icon indicating copy to clipboard operation
MLBox copied to clipboard

ModuleNotFoundError: No module named 'mlbox.preprocessing'

Open mrajkumar18 opened this issue 2 years ago • 0 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'

mrajkumar18 avatar Jan 28 '22 05:01 mrajkumar18