Skip to content

v0.22.1 - Fixed `safe_optimize` for GridSearchCV

Compare
Choose a tag to compare
@AKuederle AKuederle released this 30 Aug 08:03
· 241 commits to main since this release

[0.22.1] - 2023-08-30

Fixed

  • The safe_optimize parameter of GridSearchCV is now correctly used during reoptimization.
    Before, it was only forwarded to the Optimize wrapper during the actual Grid-Search, but not during the final
    reoptimization.