Tune Sklearn Versions Save

A drop-in replacement for Scikit-Learn’s GridSearchCV / RandomizedSearchCV -- but with cutting edge hyperparameter tuning techniques.

v0.5.0

6 months ago

⚠️ tune-sklearn is no longer being maintained

This release (0.5.0) is the last version of the library that will be released by the Ray team. It has been updated to be compatible with ray>=2.7.x, ray<=2.9.x. The library will not be guaranteed to work with future Ray versions.

The recommended alternative to keep up with the latest features of Ray is to migrate tune-sklearn usage to the Ray Tune APIs to accomplish the same thing.

Feel free to post an issue on the Ray Github if you run into any issues in migrating.

What's Changed

Full Changelog: https://github.com/ray-project/tune-sklearn/compare/v0.4.6...v0.5.0

v0.4.6

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ray-project/tune-sklearn/compare/v0.4.5...v0.4.6

v0.4.5

1 year ago

What's Changed

Full Changelog: https://github.com/ray-project/tune-sklearn/compare/v0.4.4...v0.4.5

v0.4.4

1 year ago

What's Changed

The minimum supported Ray version is 2.0.0 now.

New Contributors

Full Changelog: https://github.com/ray-project/tune-sklearn/compare/v0.4.3...v0.4.4

v0.4.3

2 years ago

Changelog

Full Changelog: https://github.com/ray-project/tune-sklearn/compare/v0.4.2...v0.4.3

v0.4.2

2 years ago

Changelog

Full Changelog: https://github.com/ray-project/tune-sklearn/compare/v0.4.1...v0.4.2

v0.4.1

2 years ago

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

This is a maintenance release without any public-facing changes.

Changelog:

v0.4.0

2 years ago

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

Changelog:

v0.3.0

3 years ago

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)

v0.2.1

3 years ago
  • Adds support for scikit-learn 0.24
  • Fixes an issue with gradient boosted models and pipelines