Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yielding Error - from lazypredict.Supervised import LazyClassifier #423

Open
bthapa94 opened this issue Mar 11, 2023 · 2 comments
Open

Yielding Error - from lazypredict.Supervised import LazyClassifier #423

bthapa94 opened this issue Mar 11, 2023 · 2 comments

Comments

@bthapa94
Copy link

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
Copy link

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

@shankarpandala
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants