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
Answered
Hello I Have A Python Code Which Doesnot Have Any Clearml Code Can I Connect This Code To Clearml Without Changing Anything On Existing Code

hello
i have a python code which doesnot have any clearml code
can i connect this code to clearml without changing anything on existing code

  
  
Posted one year ago
Votes Newest

Answers 7


sure i will share

  
  
Posted one year ago

Can you show the code example?

  
  
Posted one year ago

i tried that first executing the function file and then pipeline file
but its not working

  
  
Posted one year ago

If you have a python function you can call from another code, you can add a main file with these two lines that will call the function from your existing python code

  
  
Posted one year ago

At all?

  
  
Posted one year ago

i know we have to add code to existing code im asking is there any way without changing existing code

  
  
Posted one year ago

Hi @<1554275802437128192:profile|CumbersomeBee33> , see the "Getting Started" video here

  
  
Posted one year ago
591 Views
7 Answers
one year ago
one year ago
Tags