Skip to content

Releases: ISG-Siegen/Auto-Surprise

v0.1.9

02 Jun 19:57
e1b3062
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

Auto-Surprise v0.1.8

03 May 07:44
23bbe72
Compare
Choose a tag to compare

tl;dr Updated dependencies and cleaned up required libraries

What's Changed

Full Changelog: 0.1.7...v0.1.8

Auto-Surprise v0.1.7

04 Apr 21:14
95a23ff
Compare
Choose a tag to compare
  • Rename continuous_parallel strategy to it's correct name - SMBO
  • Early stop if baseline loss not reached after a set number of iterations
  • Bot security version updates

Auto-Surprise v0.1.6

10 Aug 11:01
Compare
Choose a tag to compare
  • Can now set random seed to reproduce experiment results
  • Updated requirements to have rich
  • Updated documentation to include benchmark results

Auto-Surprise v0.1.5

19 Jul 07:35
Compare
Choose a tag to compare
  • Conditionally define similarity options space. This allows for more precise hyper parameter tuning as the number of parameters are reduced in some configurations.
  • Pretty print results table
  • Attach trials to the final result. This could be used in the future to allow for early stopping.

Auto-Surprise v0.1.4 - Minor Feature Update

28 Jun 11:03
Compare
Choose a tag to compare
  • Ability for user to select which algorithms to be optimized with the algorithms argument of Engine
  • Replaced debug option of Engine with verbose. This also controls verbosity for Surprise and Hyperopt

Auto-Surprise v0.1.3 - Bug Fixes

21 Jun 05:33
Compare
Choose a tag to compare

v0.1.2 had a breaking bug that swapped the values given for time_limit with max_evals. If you are using v0.1.2 please update to this version. Sorry for any inconvenience.

Auto-Surprise v0.1.2 - Minor Updates

15 Jun 13:13
Compare
Choose a tag to compare
  • Updated logging: better logging of results of each iteration for each algorithm.

Auto-Surprise v0.1.1

29 May 12:41
Compare
Choose a tag to compare
  • BaselineOnly now also has baseline options for hyperparameter optimisation
  • Default cross validation iterations changed to 5
  • Fix results for non parameterised algorithm results not logged

Initial Release

23 May 13:06
Compare
Choose a tag to compare

Initial release which allows for automated algorithm selection and hyper-parameter tuning.