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 All

Hi all 😁 In CleaRML you can make an output of your models as artifacts of the task but it can also be uploaded as model in the ClearML UI. I was wondering what was the difference between manipulating a model from artifact or from 'models' 🤔

  
  
Posted one year ago
Votes Newest

Answers 2


Hi @<1523701087100473344:profile|SuccessfulKoala55> , I see. With my team we are wondering what should be the best practice to train and make predictions with machine learning models: do we get models from artifacts to make predictions or is it a better approach to get models from "models" ? 🤔

  
  
Posted one year ago

Hi @<1546303293918023680:profile|MiniatureRobin9> , the artifact simply contains a link to the clearml model object 🙂

  
  
Posted one year ago
593 Views
2 Answers
one year ago
one year ago
Tags
Similar posts