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
Profile picture
AdorableFrog70
Moderator
1 Question, 3 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
8 Answers
914 Views
0 Votes 8 Answers 914 Views
one year ago
0 Hello Folks. We'Re A Small Team Currently Considering Adopting Clearml For Experiment Tracking. I Was Wondering If I Start With The Hosted Service And Decide To Switch To A Self-Hosted Server Later, Is There A Way To Export All The Experiments/Data/Etc Fr

AgitatedDove14 Hi Martin. Using the API to export all the data on the server seems a bit tedious to me. MLFlow has an import-export tool so you can move between the paid hosted service and a self-hosted service without too much friction. I was wondering if there might be something similar for ClearML.

I suspect there are many teams out there that would feel more comfortable trying out the hosted ClearML service if they knew that they could...

one year ago