Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hello! I Am Trying To Use An Early Stopping, Or Pruning Mechanism In The Hyperparameter Optimization. Is There Any Of Those Mechanisms With Optimizeroptuna Class Directly, Like Min_Iteration_Per_Job (That Seems To Work Only With Bohb Algo)? Thanks!

Hello! I am trying to use an early stopping, or pruning mechanism in the hyperparameter optimization. Is there any of those mechanisms with OptimizerOptuna class directly, like min_iteration_per_job (that seems to work only with BOHB algo)?
Thanks!

  
  
Posted 22 days ago
Votes Newest

Answers 2


Hi UpsetPanda50 , Optuna has an internal mechanism for early stopping

  
  
Posted 21 days ago

Hi CostlyOstrich36 , yes and that was actually easy to pass to the clearml hpo class. Thanks!

  
  
Posted 21 days ago
87 Views
2 Answers
22 days ago
21 days ago
Tags