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
Am Reading Through The New Docs…. How Do I Go About Creating The Cron Jobs In The Ui

am reading through the new docs…. how do i go about creating the cron jobs in the UI https://clear.ml/docs/latest/docs/getting_started/mlops/mlops_best_practices#advanced-automation , i’m this it out using the OSS deploy your own ClearML via Ec2 AMI

  
  
Posted 2 years ago
Votes Newest

Answers 3


Scheduled training is what I’m looking forward to

I'll try to remember to update here once we pushed into the GitHub repo, feedback is always appropriated 🙂
If in the next two weeks you hear nothing, please ping here to make sure I did not forget 😉

  
  
Posted 2 years ago

Hi ComfortableHorse5
Yes this is more of a suggestion that you should write them using the platform capabilities, the UI implementation is being worked on, as well as a few helpers classes, I thin you'll be able to see a few in the next release 🙂

  
  
Posted 2 years ago

Next release ? …. Can’t wait …
Scheduled training is what I’m looking forward to

  
  
Posted 2 years ago
511 Views
3 Answers
2 years ago
one year ago
Tags