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 12 months ago
Votes Newest

Answers 7


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

  
  
Posted 12 months ago

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

  
  
Posted 12 months ago

At all?

  
  
Posted 12 months 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 12 months ago

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

  
  
Posted 12 months ago

Can you show the code example?

  
  
Posted 12 months ago

sure i will share

  
  
Posted 12 months ago
577 Views
7 Answers
12 months ago
12 months ago
Tags