lazypredict icon indicating copy to clipboard operation
lazypredict copied to clipboard

Yielding Error - from lazypredict.Supervised import LazyClassifier

Open bthapa94 opened this issue 1 year ago • 3 comments

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'

bthapa94 avatar Mar 11 '23 17:03 bthapa94

I am having the same error, Have you solved this issue :)

Mr-Dheer avatar Mar 24 '23 00:03 Mr-Dheer

The might be some incompatibility in packages installed. Can you install the required versions of packages and try

shankarpandala avatar Apr 02 '23 11:04 shankarpandala