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

**Is your feature request related to a problem? Please describe.** Based on the nature of the datasets I work with, it's evident to me that certain regressor will always be...

* Lazy Predict version: 0.2.9 * Python version: 3.8.13 * Operating System: Mac OS ### Description I have been trying to use the lazypredict package to no avail. I tried...

**Describe the bug** I'm trying to run the same code from the main [site](https://pypi.org/project/lazypredict/), but keep getting the following error: `No module named 'sklearn.externals._pep562'` **To Reproduce** ``` import lazypredict from...

**Is your feature request related to a problem? Please describe.** Recently I saw a review of this library where the user suggested that we should include hyperparameter tuning. I do...

enhancement

Hi, I wanted to give your package a try, but can't. A bit of description of my setup: * Operating System: Google Colab Notebook (Linux) * Python 3.6.9 * lazypredict==0.2.7...

enhancement
good first issue

* Lazy Predict version: * Python version: * Operating System: ### Description Im running libeary on google colab ### What I Did clf = LazyClassifier(verbose=0, ignore_warnings=True, custom_metric=None) models, predictions =...

I am not sure if anyone can help me with this, so I just give it try in here : I have tried to run the lazy prediction but whenever...

**Describe the bug** I am not able to install lazypredict. I have a Macbook with the "new" M1 chip and faced some issues regarding the new chip with some other...

Hi there, Thank you for this code. It would be nice if you could provide an example of how to use custom metrics.