You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: