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
In Chapter Six (wrapper methods, exhaustive search) of the text noted above, the code on page 106 (efs = EFS(estimator=RandomRorestClassifier...) spawns the error below (quite a few times since it is evaluating a lot models). The code still works and the results are good bit it is a lot of warnings...
Likely an easy change. Or, if the warning can be suppressed, let me know how.
sklearn\model_selection_validation.py:73: FutureWarning: fit_params is deprecated and will be removed in version 1.6. Pass parameters via params instead.
The text was updated successfully, but these errors were encountered:
In Chapter Six (wrapper methods, exhaustive search) of the text noted above, the code on page 106 (efs = EFS(estimator=RandomRorestClassifier...) spawns the error below (quite a few times since it is evaluating a lot models). The code still works and the results are good bit it is a lot of warnings...
Likely an easy change. Or, if the warning can be suppressed, let me know how.
I am enjoying the book and using the product!
Thanks!
Allen
[email protected]
sklearn\model_selection_validation.py:73: FutureWarning:
fit_params
is deprecated and will be removed in version 1.6. Pass parameters viaparams
instead.The text was updated successfully, but these errors were encountered: