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
Unanswered
Trying To Compare Experiments W.R.T. Some Input Hyper-Parameters (On An On-Prem Server). When Selecting Any Additional Hyper-Parameter To Show On The Table, I Get The Following Error:


{ "meta": { "id": "09e19b94a3c44b30b3a52fe89ee27fcf", "trx": "09e19b94a3c44b30b3a52fe89ee27fcf", "endpoint": { "name": "tasks.get_all_ex", "requested_version": "2.13", "actual_version": "1.0" }, "result_code": 400, "result_subcode": 12, "result_msg": "Validation error (invalid task field): path=hyperparams.input.num_train_epochs.value", "error_stack": null, "error_data": {} }, "data": {} }

  
  
Posted 3 years ago
141 Views
0 Answers
3 years ago
one year ago