NatLibFi / Annif

Annif is a multi-algorithm automated subject indexing tool for libraries, archives and museums.
https://annif.org
Other
190 stars 41 forks source link

Use Terminator in Optuna 3.2.0 #709

Open osma opened 1 year ago

osma commented 1 year ago

Optuna 3.2.0 was just released. It adds Optuna Terminator, which is a way of aborting hyperparameter optimization when it looks like there is no more room for optimization.

We could use this to automatically select the trials value (number of trials) instead of the user having to guess how many trials are enough.