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
TestySeaanemone95
Moderator
2 Questions, 1 Answer
  Active since 24 January 2024
  Last activity 3 months ago

Reputation

0

Badges 1

Eureka!
0 Votes
0 Answers
157 Views
0 Votes 0 Answers 157 Views
Hi everyone! I am new in ML and even newer in ClearML. Could you please help me with first two lines of code ? 😊 I suppose the first line of code ( pip inst...
3 months ago
0 Votes
4 Answers
170 Views
0 Votes 4 Answers 170 Views
How can I cope with this error?
3 months ago
0 How Can I Cope With This Error?

Installing setuptools didn't help. Installing python 3.10 instead 3.12 solved the problem. I should have read that ClearML supports python 2.7-3.11. Thank you guys :-)

3 months ago