shankarpandala / lazypredict

Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
MIT License
2.76k stars 317 forks source link

Yielding Error - from lazypredict.Supervised import LazyClassifier #423

Open bthapa94 opened 1 year ago

bthapa94 commented 1 year ago

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: shankar.pandala@live.com 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'

Mr-Dheer commented 1 year ago

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

shankarpandala commented 1 year ago

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

AnyigorTobias commented 1 week ago

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

Hello Shankar, I want to create a more comprehensive LazyPredict documentation, this is because some guides and more practical tutorials are missing