You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the release of scikit-learn 1.4.0, the pipeline to transform categorical components for lazypredict.Supervised.LazyRegressor is broken (2024/02/1). Importing this class results in a TypeError (below).
To Reproduce
Steps to reproduce the behavior:
fromlazypredict.SupervisedimportLazyRegressor
Expected behavior
Expect LazyRegressor class to be available.
Describe the bug
Since the release of scikit-learn 1.4.0, the pipeline to transform categorical components for lazypredict.Supervised.LazyRegressor is broken (2024/02/1). Importing this class results in a TypeError (below).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect LazyRegressor class to be available.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: