Open bthapa94 opened 1 year ago
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
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
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'