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 ,
v0.15 is out, 🎉 🚀

Your feedback had a major influence on the features we added 🙂 thank you!

A selected list of features:
Column resizing / ordering / filtering Tagssssssssssssss! Automation / Parameter Sweeping / HyperBand Bayesian Optimization (see https://github.com/allegroai/trains/blob/master/examples/automation/hyper_parameter_optimizer.py ) Custom Task Types (see https://github.com/allegroai/trains/blob/master/trains/backend_interface/task/task.py#L65https://github.com/allegroai/trains-server#trains-agent-services-- mode (i.e launch multiple tasks on a cpu node), built into trains-server deployment Improved Audio/Video Support https://github.com/allegroai/trains-server/releases/tag/0.15.0 https://github.com/allegroai/trains/releases/tag/0.15.0
You can check the new trains-server (v0.15) on our demo server https://demoapp.trains.allegro.ai

A few things that will trickle in the upcoming weeks (no need to update the trains-server 🙂 )

Controllers / Pipelines Auto-Scaler as a Service Configurable Alerts Goodies ;)
As always, if you feel something is missing or looking for the best way to implement a solution, ask away, don't be shy.

May all functions be convex 🙂 🚆

  
  
Posted 3 years ago
Votes Newest

Answers 3


Thanks for the awesome work!!!
Is the trains-server release backwards-compatible with earlier versions of trains?

  
  
Posted 3 years ago

ShallowCat10 Of course it is 🙂

  
  
Posted 3 years ago

👍 great!

  
  
Posted 3 years ago
587 Views
3 Answers
3 years ago
one year ago
Tags