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

from lazypredict.Supervised import LazyClassifier --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[1], line 26 24 from shap.plots import waterfall 25 from matplotlib import pyplot ---> 26 from lazypredict.Supervised import...

I've already installed Lazypredict; however, I get the following error: Python 3.9.6 (tags/v3.9.6:db3ff76, Jun 28 2021, 15:26:21) [MSC v.1929 64 bit (AMD64)] Type 'copyright', 'credits' or 'license' for more information...

**Describe the bug** When running the example exactly as shown in the documentation, it returns an error **To Reproduce** Steps to reproduce the behavior: 1. Python = 3.7.0 2. pip...

Are predictions the model performance on the test data? Because, both predictions and models are giving the same metrics for all the models

Kernel methods may take several order magnitude more time than regressors. I propose to introduce a time threshold (t) seconds for training algorithms. When the training time of an algorithm...

when I try to install lazypredict I get the following error message: "Solving environment: / warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE" and conda doesn't respond. Keeps "solving...

According to scikit-learn documentation `roc_auc_score` function takes target probability scores from `estimator.predict_proba(X, y)[:, 1]`. However, in `Supervised.py` `roc_auc_score` takes binary predictions. This changes the output from `roc_auc_score`. Is there a...

**Describe the bug** Passing boolean DataFrames gives `Found array with 0 feature(s)` and displays only the DummyClassifier. There are no warnings about the data type, only incorrect shape. **To Reproduce**...

i tried to specify few classifiers names in LazyClassfier functionbut it ended up with the following error ValueError: too many values to unpack (expected 2) ``` 'str' object has no...

When I start to fit the models, I get these errors and then stop the process: ``` [LightGBM] [Info] Number of positive: 94, number of negative: 106 [LightGBM] [Warning] Auto-choosing...