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
AmiableFish73
Moderator
2 Questions, 4 Answers
  Active since 19 January 2023
  Last activity one year ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
1 Answers
604 Views
0 Votes 1 Answers 604 Views
one year ago
0 Votes
6 Answers
531 Views
0 Votes 6 Answers 531 Views
Tracking from Experiments to Datasets Hi all - is there an easier way track the set of datasets used by a particular task? Consumed models show up as "Input ...
one year ago
0 Tracking From Experiments To Datasets

Both fixes would improve things, but making the dataset clickable -- similar to how Input Model is clickable -- would be best.

one year ago
0 Tracking From Experiments To Datasets

Hi @<1523701205467926528:profile|AgitatedDove14> - yes, that's great! It's much cleaner. I was thinking of tracking the input datasets as artifacts, but the alias method is better.

The user interface still only displays a GUID - it would be much preferrable if it displayed a clickable link which took me to the dataset details page -- particularly since the GUID doesn't search properly.

Fixing that would make this feature great.

one year ago
0 Tracking From Experiments To Datasets

Oh, I was more referring to having a clickable link for the dataset, rather than adding the dataset GUID to a search index.

one year ago
0 Hi All - I'M A Little Confused By The Option To Use A Cloud Storage Bucket For The Fileserver Instead Of The Vm Where The Server Is Hosted. Is This Something That Can Be Configured On The Server Or Does It Need To Be Configured Locally For Each User In Th

I think the idea is that end-users should access artifacts via the web interface. And jobs should run with the ClearML agent. Only configure clearml.conf for the user account under which you are running your ClearML Agents, and only on the servers which are running your agents.

one year ago