lazypredict
lazypredict copied to clipboard
Yielding Error - from lazypredict.Supervised import LazyClassifier
have this installed.
Name: lazypredict Version: 0.2.12 Summary: Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning Home-page: https://github.com/shankarpandala/lazypredict Author: Shankar Rao Pandala Author-email: [email protected] License: MIT license Location: c:\programdata\anaconda3\lib\site-packages Requires: click, joblib, lightgbm, pandas, scikit-learn, tqdm, xgboost Required-by:
import lazypredict - this works.
However, this gives me an error...
from lazypredict.Supervised import LazyClassifier
AttributeError: 'NoneType' object has no attribute 'split'
I am having the same error, Have you solved this issue :)
The might be some incompatibility in packages installed. Can you install the required versions of packages and try