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