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
MysteriousWalrus11
Moderator
4 Questions, 4 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi! I am trying to build and run a pipeline. I pass my dataset as parameter of pipeline: pipe.add_parameter(name='dataset_df', description='Initial dataset ....
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi, guys! Could you please give any hints how to access parent tasks' ids in the pipeline quickly between pipeline.add_step() functions?
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, everyone As far as I know, ClearML has logging of machine learning processes, however I couldn't find any information regarding its system of accounting ...
2 years ago