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
Trying To Follow

Trying to follow https://github.com/abiller/events/blob/webinars/videos/the_clear_show/S02/E05/dataset_edit_00.ipynb by GrittyStarfish67 and getting the following error when running the final (code) cell:
Cannot get a local copy of a dataset that was not finalized/closedAny ideas? Cheers

  
  
Posted one year ago
Votes Newest

Answers 4


ClearML shows the new (child) dataset as “Uploading”, if that helps…

  
  
Posted one year ago

hmm… ReassuredOwl55 a lot has changed in datasets internals since then. please refer to the docs and videos to see how many exciting features were added.

FWIW I think it will turn out okay once you finish uploading the state file

  
  
Posted one year ago

from tempfile import mkdtemp new_folder = with_feature.get_mutable_local_copy(mkdtemp())It’s this line that causes the issue

  
  
Posted one year ago

Ah ok. I’m guessing the state file is auto uploaded in the background? I haven’t kicked that off “intentionally”

  
  
Posted one year ago
1K Views
4 Answers
one year ago
one year ago
Tags