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
Hi, A Quick Question Regarding Hyperparameters Optimization Feature - Does It Available Even In The Free Plan, And Pro Just Adds Gui For Configuring It?

Hi, a quick question regarding hyperparameters optimization feature - does it available even in the Free plan, and Pro just adds GUI for configuring it?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi AttractiveShrimp45 , hyperparameter optimization is available in open source https://github.com/allegroai/clearml/tree/master/examples/optimization/hyper-parameter-optimization .
It is indeed lacking a GUI and does require some more tinkering to tune it to your needs.
https://clear.ml/docs/latest/docs/guides/optimization/hyper-parameter-optimization/examples_hyperparam_opt are the relevant docs 🙂

  
  
Posted one year ago

CostlyOstrich36 - thank you, got it!

  
  
Posted one year ago
603 Views
2 Answers
one year ago
one year ago
Tags