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
The following error appears on "from lazypredict.Supervised import LazyRegressor"
File "", line 1, in
File "C:\Users\ ... \Python312\site-packages\lazypredict\Supervised.py", line 98, in
("encoding", OneHotEncoder(handle_unknown="ignore", sparse=False)),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: OneHotEncoder.init() got an unexpected keyword argument 'sparse'
Python version: 3.12.1
OS: windows 10
The text was updated successfully, but these errors were encountered:
The following error appears on "from lazypredict.Supervised import LazyRegressor"
File "", line 1, in
File "C:\Users\ ... \Python312\site-packages\lazypredict\Supervised.py", line 98, in
("encoding", OneHotEncoder(handle_unknown="ignore", sparse=False)),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: OneHotEncoder.init() got an unexpected keyword argument 'sparse'
Python version: 3.12.1
OS: windows 10
The text was updated successfully, but these errors were encountered: