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
MoodySheep3
Moderator
3 Questions, 18 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

18 × Eureka!
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Hi, i have a visualization issue when using plotly and then “report_plotly” My code is fig=px.pie(X, names='a', facet_col='b') clearml_logger.report_plotly('...
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi when i run Task.init(…) i get the following error: 2022-07-03 18:43:29,022 - clearml.Repository Detection - WARNING - Failed accessing the jupyter server:...
2 years ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
Hi, I am trying to use the ParameterSet for hyper-parameter tuning with dependencies, an example of how i use it: ParameterSet([{“prm1”:1, “prm2": 1},{“prm1”...
2 years ago