nityansuman / lazypredict-nightly

Lazy Predict 2.0 to help you benchmark models without much code and understand what works better without any hyyper-parameter tuning.
MIT License
16 stars 0 forks source link

No module named 'Supervised' #1

Closed drdebivre closed 7 months ago

drdebivre commented 7 months ago

I just installed lazypredict-nightly 0.3.1 in a conda environment. However, the library cannot be loaded in python due to the error "No module named 'Supervised'


ModuleNotFoundError Traceback (most recent call last) ----> import lazypredict ----> C:/.../miniforge3/envs/lazy-predict/Lib/site-packages/lazypredict/init.py:2 from Supervised import LazyClassifier, LazyRegressor ModuleNotFoundError: No module named 'Supervised'

nityansuman commented 7 months ago

Thanks for pointing out @drdebivre. This has been fixed. Please re-install or update the package to v0.3.2 ((https://pypi.org/project/lazypredict-nightly/)