Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

tune-sklearn 0.3.0 release notes

Compare
Choose a tag to compare
@richardliaw richardliaw released this 12 May 23:18
· 34 commits to master since this release
b618b8e

Releasing a new version of tune-sklearn! This version should be compatible with both Ray master and Ray 1.3.

Changelog:

  • Allow any Ray Tune searcher to be passed in (#198) (thanks @Yard1 !)
  • You can now specify a name to your run args (#200) (thanks, @rspeare!)
  • Optimization: Estimators can be passed via object store IDs (#196)
  • Change BaseEstimator to BaseSearchCV (#192) (thanks @timvink!)
  • Fix groups for cross validation (#191)
  • Random search with tune search spaces previously failed to produce multiple trials (#180)
  • Update code snippets in README to showcase ray.tune SearchSpaces (#176) (thanks @mkretsch327 !)
  • Positional arg to keyword in pipeline partial fit (#173)