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
Announcing Clearml 0.17.5 Features

Announcing ClearML 0.17.5
Features
Improve Datasets support Reporting and Plotly improvements Add  force_download  argument (special shout out to JitteryCoyote63 here - we feel the love 🙂 speedup improvement for PyTorch Dataloader (no need to use fork-server  🙂  )Bug Fixes
Fixes for TF/TensorBoard support version 2.3 and up DataSets and removed files Argparse improvements Fix JupyterLab Notebook detection (big one for me 🙂
more details can be found here; https://github.com/allegroai/clearml/releases/tag/0.17.5

  
  
Posted 3 years ago
Votes Newest

Answers 6


Congrats on the release! Are you planning to release a roadmap so that the community would know what to expect next from ClearML?

  
  
Posted 3 years ago

We would be super happy to have the possibility of documenting experiments (new tab in experiments UI) with a markdown editor!

  
  
Posted 3 years ago

that is one of the things I am working away on, even as we speak! If you have any items that you want to see sooner rather than later, please let me know 👍

  
  
Posted 3 years ago

I would probably like to see a fully-blown example with other market leading technologies covering parts which are missing from clear-ml. E.g. clearml+feast+seldon

  
  
Posted 3 years ago

speaking as a google colab/jupyter notebooks person, I know we are missing some tutorials/docs there .. noted on the full blown example/testcase 👍

  
  
Posted 3 years ago

Ohhh... that makes sense.. use best of breed in areas where we don't overlap.

  
  
Posted 3 years ago
604 Views
6 Answers
3 years ago
one year ago
Tags