v0.22.1 - Fixed `safe_optimize` for GridSearchCV
[0.22.1] - 2023-08-30
Fixed
- The
safe_optimize
parameter ofGridSearchCV
is now correctly used during reoptimization.
Before, it was only forwarded to theOptimize
wrapper during the actual Grid-Search, but not during the final
reoptimization.