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
I Must Compliment The Python Level And Documentation Level In The Source Code Is Superb, I Love Reading It

I must compliment the Python level and documentation level in the source code is superb, I love reading it 😄

Even though I love reading it, is there anywhere in the documentation where I can find an API reference for the main classes like Task? (e.g. just a list of all the methods and their documentation)

  
  
Posted 2 years ago
Votes Newest

Answers 5


Good idea 😄

  
  
Posted 2 years ago

SmallDeer34 https://clear.ml/docs is the official documentation website (previous version have moved there as well). For now, we're keeping the old links alive to make sure any old references won't be broken.

  
  
Posted 2 years ago

Hi WackyRabbit7 , thanks for the kind words! We're not nearly perfect, but we try to improve all the time 🙂
As for API reference, see https://clear.ml/docs/latest/docs/references/sdk/task

  
  
Posted 2 years ago

There's also https://allegro.ai/clearml/docs/rst/references/clearml_python_ref/task_module/task_task.html

SuccessfulKoala55 what's the difference between the two websites? Is one of them preferred?

  
  
Posted 2 years ago

Ah, makes sense! Have you considered adding a "this is the old website! Click here to get to the new one!" banner, kinda like on docs for python2 functions? https://docs.python.org/2.7/library/string.html

  
  
Posted 2 years ago
531 Views
5 Answers
2 years ago
one year ago
Tags