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
Hi, First Time Here

Hi, first time here 🙂 We are looking forward to deploy a fairly simple xgboost based regression model in the cloud. We have developed the model in Google Colab with GPU and it is working. Now we want to deploy it in a way that a we can send prediction queries to a REST endpoint and get results. No GPU needed for this inference part, and it needs to be up always. And also for the training part, once daily a GPU based machine that will need to be spin up for couple of hours to train and save the model. Now, after looking into ClearML documentation, looks like for the training and deployment there are no ClearML cloud instances? Do we have to train/deploy externally to ClearML with the ClearML Agent? Am I missing something? Early days for me, any pointers to the right direction will be highly helpful. Thanks a lot in advance.

  
  
Posted one year ago
Votes Newest

Answers 3


I see, many thanks for the prompt reply. So, ClearML themselves does not host any machines for training and serving.

  
  
Posted one year ago

Nope but it can manage your cloud vms for you

  
  
Posted one year ago
937 Views
3 Answers
one year ago
one year ago
Tags
Similar posts