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

Hello 🙂 Does anyone knows if it's possible to "un-publish" a task ?

  
  
Posted one year ago
Votes Newest

Answers 6


Not that I know of 🙂

  
  
Posted one year ago

I understand that and I really like this UX.
For now I'm using the published state to get the latest result available (artifact). I'm using it wrong I guess and should use tags or dates instead. But it helps me to have only one experiment tagged as published which would be the only ground truth (and if a new one comes it takes that role)

  
  
Posted one year ago

FrothyShrimp23 , I think this is more of a product design - The idea of a published task is one that cannot be easily changed afterwards. What is your use case for wanting to often unpublish tasks? Why publish them to begin with? And why manually?

  
  
Posted one year ago

Hi FrothyShrimp23 , you can use Task.mark_completed() and use force=True
https://clear.ml/docs/latest/docs/references/sdk/task#mark_completed

  
  
Posted one year ago

Thanks for the quick reply, really appreciated. Would you like me to open an issue or something similar if it's a feature you think could be helpful ?

  
  
Posted one year ago

Thanks CostlyOstrich36 , I guess there is no option in the UI for now ?

  
  
Posted one year ago