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
Fixed _calc_score for *scikit-learn* version compatibility (#1109)
* added sklearn version compability for fit_params
* added change to changelog
* fixed format
* fixed order of imports
* formatted with isort and black
- Modified `_calc_score` function to ensure compatibility with *scikit-learn* versions 1.4 and above by dynamically selecting between `fit_params` and `params` in `cross_val_score`.
0 commit comments