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, Very New To Clearml And This Concept In Overall. Does Clearml-Data Track Feature In Excel File? I.E. Can It Give Me An Evoution Of The Excel File? Thanks

Hi, very new to clearml and this concept in overall.
Does clearml-data track feature in excel file? i.e. can it give me an evoution of the excel file?

Thanks

  
  
Posted one year ago
Votes Newest

Answers 2


Hi JitteryParrot8
clearml-data is a tool for improving datasets management, including versioning. However it is not tracking modifications at the file level , so it would not track the evolution of a single file.
The idea is to create a dataset with your excel file, and each time you will change that file, you will create a new version of the dataset with the updated file. So that you could register the different versions of your file through the dataset version.

  
  
Posted one year ago

Thank you SweetBadger76 for your quick respond. I got that 👍

  
  
Posted one year ago
610 Views
2 Answers
one year ago
one year ago
Tags