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
SucculentCat11
Moderator
2 Questions, 2 Answers
  Active since 07 June 2023
  Last activity 11 months ago

Reputation

0

Badges 1

2 × Eureka!
0 Votes
2 Answers
469 Views
0 Votes 2 Answers 469 Views
Hello, . I'm trying to build Pipeline from tasks like on this video None only with one exception - my files has .ipynb extension, noy .py, and i have error (...
11 months ago
0 Votes
2 Answers
517 Views
0 Votes 2 Answers 517 Views
11 months ago
0 Hello,

okay(
Is there any way to use ipynb file in pipeline from code?

11 months ago
0 And One More Question: I Have Different Pipeline With Different Files And I Have Modulenotfounderror, So What Requirements.Txt File Pipeline Use? From My Git Repository? How To Add Or Change Libraries? Because I'M Trying To Change My Requiremets.Txt, But

Currently I have requirements.txt in my repository and on my PC locally, they both are the same. ClearML detects last commit requiremets.txt and load it to pipeline?

11 months ago