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

**Describe the bug** Using a dataset with 500k rows and 27 features, I ran into a huge memory issue on iteration 12/30. Screenshot included so you can see how much...

enhancement

**Is your feature request related to a problem? Please describe.** I noticed you used the weighted F1 score as the default metric for F1. Sometimes, you don't want to just...

Hi, I am able to call LazyClassifier and everything displays as expected. However, when passing in a list to "classifiers" for specific algorithms, they have been showing up as either...

When we select the custom `classifiers`, the corresponding libraries are not selected. Here is where the code has a bug (line 286-297 in the Supervised.py ` if self.classifiers == "all":...

* Lazy Predict version: * Python version: * Operating System: ### Description I tried to run lazypredict regressor on a black friday sales train dataset n it gets stuck on...

help wanted
good first issue

* Lazy Predict version: '0.2.7' * Python version: 3.8.0 * Sklearn version : 0.21.3 / 0.23.1 / 0.24.1 * Operating System: Windows 10 ### Description I'm trying to Import LazyRegressor...

* Lazy Predict version:0.29 * Python version:3.8 * Operating System:Windows 10 ### Description I am using spyder ide and when I have installed lazypredict , I could not use the...

* Lazy Predict version: 0.2.9 * Python version: 3.7 (on google colab) * Operating System: Windows 10, and I use python on google colab. ### Description -I wish I could...

Description: Setting custom_metric of LazyClassifier returns a ValueError: arrays must all be same length. Steps to reproduce the behavior: Set the value of custom_metric in LazyClassifer to sklearn.metrics log_loss Expected...

bug
good first issue

* Lazy Predict version: latest * Python version: * Operating System: ### Description Describe what you were trying to get done. I have one feature. This feature is a ``...

help wanted