lazypredict icon indicating copy to clipboard operation
lazypredict copied to clipboard

Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning

Results 101 lazypredict issues
Sort by recently updated
recently updated
newest added

What if we tried to save time and improve efficiency by not running unwanted algorithms?

I was using Lazy Predictor was image classification task where I opened the images as pandas dataframe and each column indicated the pixel. I am giving the link for the...

System: Windows 10 Business 21H2 Anaconda: 2.3.2 Conda: 22.9.0 PyCharm: 2021.2.3 Community Edition **Description:** I am attempting to install Lazypredict 0.2.12 for PyCharm using the built-in package management system in...

When I try to use boston dataset, it complains that it has been removed from sklearn due to some ethical issues. I replaced it with the suggested 'californian housing' dataset...

**Describe the bug** I was running LazyClassifier for a classification problem on my data, however, it returned the result of a regression problem as the output metrics are all regression...

**Is your feature request related to a problem? Please describe.** The idea very clear and helpfull but problem is that I coudn't get high value as much as yours like...

**Describe the solution you'd like** Add PerpetualBooster as an additional algorithm. It does not need hyperparameter tuning and supports multi-output and multi-class cases. https://github.com/perpetual-ml/perpetual

Actually, i was importing lazy predict version 0.2.12 and sklearn==1.5.1 i got this issue > --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[4], line 1 ----> 1 from lazypredict.Supervised...

@shankarpandala Some users may face the installation issue due to some different version of packages. I have provided few installation steps to be followed which will result in smooth installation...

When I execute this line of code on Jupiter Notebook this is what happens: from lazypredict.Supervised import LazyClassifier -------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[1], line 6 4...