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

Hi
https://github.com/allegroai/trains/releases/tag/0.16.0 / https://github.com/allegroai/trains-server/releases/tag/0.16.0 / https://github.com/allegroai/trains-agent/releases/tag/0.16.0 0.16.0 are out 🎉
This release contains some cool features like experiment hyperparameter grouping, offline mode, continuing previously executed experiments and more, as well as lots of fixes. It also includes a major server infrastructure move to ElasticSearch 7.
Please note: deploying this new server version requires manual migration (see https://allegro.ai/docs/deploying_trains/trains_server_es7_migration/ )
AWS AMIs will be available shortly, and K8s support/GCP image versions will soon follow :)

  
  
Posted 3 years ago
Votes Newest

Answers 2


Awesome! (Broken link in migration guide, step 3: https://allegro.ai/docs/deploying_trains/trains_server_es7_migration/ )

  
  
Posted 3 years ago

Already found and a fix is being uploaded 🙂

  
  
Posted 3 years ago
673 Views
2 Answers
3 years ago
one year ago
Tags