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
Profile picture
NuttyOctopus69
Moderator
2 Questions, 7 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
0 Answers
592 Views
0 Votes 0 Answers 592 Views
hi, i am having installation issues. where / who can assist?
3 years ago
0 Votes
13 Answers
637 Views
0 Votes 13 Answers 637 Views
following installation (pip install clearml), i am getting this: Collecting clearml WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None,...
3 years ago
0 Following Installation (Pip Install Clearml), I Am Getting This: Collecting Clearml Warning: Retrying (Retry(Total=4, Connect=None, Read=None, Redirect=None, Status=None)) After Connection Broken By 'Readtimeouterror("Httpsconnectionpool(Host='

Collecting furl>=2.0.0 (from clearml==0.17.4)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host=' http://pypi.org ', port=443): Read timed out. (read timeout=15)")': /simple/furl/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host=' http://pypi.org ', port=443): Read timed ou...

3 years ago