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
Unanswered
Does Clearml Have An Integrated Approach To Querying Model Metrics? The Objective Is To Log All Model Run Outputs In Order To Be Able To Query Them For Deployment At A Later Stage. As It Stands, I Am Currently Developing My Own Package To Log The Metrics


Well TenseOstrich47 you can certainly add any metadata to the model itself at training time (or as a post-training job if the model is not published). I'm actually doing a couple of videos on this on the ClearSHOW, tomorrow's episode should explain this approach and there will be examples next week. DM me here if you want to know more.
https://www.youtube.com/watch?v=r2BMMDzfyA0&list=PLMdIlCuMqSTkXBApOMqg2S5IeVfnkq2Mj

  
  
Posted 2 years ago
98 Views
0 Answers
2 years ago
one year ago