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
I got the error "The 'bootstrap' parameter of cross_val_predict must be an instance of 'bool' or an instance of 'numpy.bool_'. Got 0 instead." when running
The sklearn version is 1.6.1. I believe it may be because in line 35 of bool_param.py, the bool variable is treated as numeric, and then in line 79 of sklearn_tuner.py it changes the bool to int.
The text was updated successfully, but these errors were encountered:
I got the error "The 'bootstrap' parameter of cross_val_predict must be an instance of 'bool' or an instance of 'numpy.bool_'. Got 0 instead." when running
The sklearn version is 1.6.1. I believe it may be because in line 35 of
bool_param.py
, the bool variable is treated as numeric, and then in line 79 ofsklearn_tuner.py
it changes the bool to int.The text was updated successfully, but these errors were encountered: