-
Actually, i was importing lazy predict version 0.2.12 and sklearn==1.5.1
i got this issue
> ---------------------------------------------------------------------------
TypeError …
-
When I execute this line of code on Jupiter Notebook this is what happens:
from lazypredict.Supervised import LazyClassifier
---------------------------------------------------------------------…
-
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 attribute '__na…
-
0. Related work search on the supervised prediction: Look at all papers that cite Reddy/Redyy++/Fahramand. http://www.aclweb.org/anthology/I11-1024 http://www.aclweb.org/anthology/P16-2026 http://www.…
-
**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 memory was being used.
![Screens…
-
### Backbone
* EfficientNet
* https://github.com/zhanghang1989/ResNeSt
### Pre-trained model
* better pre-trained model than ImageNet-1.2M pre-trained model
- Weakly supervised Instagram-1G (…
-
raised by https://github.com/nilearn/nilearn/issues/4533
see https://scikit-learn.org/dev/developers/develop.html#rolling-your-own-estimator
quickly checked on a couple of Nilearn estimators and…
-
Hi,
Congrats on your accepted work! I'd have some questions to understand the model architecture and performance better.
- What patch encoder did you use in the CLAM baseline? Is it based on Re…
-
**Description:**
There is an issue with OneHotEncoder, as it isn't accepting argument 'sparse'
**explanation:**
recent versions of OneHotEncoder Object changed the 'sparse' argument to 'sparse_ou…
-
## Describe the bug ##
After the regressor search for 60 seconds, it just get stuck and never return. It even does not generate the "trajectory.json" under smac3-output. I guess there may be some bug…