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
Clearml Hyperparameters Optimization App Produces "Summary" Table With 'Task Id', Hyperparameters Values And 'Obective'. Is There A Way (== Function) For Adding Some Custom Data For This Table?

ClearML Hyperparameters Optimization app produces "Summary" table with 'task id', hyperparameters values and 'obective'.
Is there a way (== function) for adding some custom data for this table?

  
  
Posted one year ago
Votes Newest

Answers 6


It's a fairly new feature, basically you can take any plot/graph/debug sample in the system and embed it into the report which is edited in markdown. Mouse over and graph or plot and you'll see an orange button that will allow you to embed the plot

  
  
Posted one year ago

I see, seems to be very useful

  
  
Posted one year ago

The reports is a separate area, it's between 'Pipelines' and 'Workers & Queues' buttons on the bar on the left 🙂

  
  
Posted one year ago

Thank you again - found it. I haven't used them until now, I'll learn about them.

  
  
Posted one year ago

Thank you @<1523701070390366208:profile|CostlyOstrich36> , but I don't see a report into HPO app experiment, just a few graphs and a Summary table.

  
  
Posted one year ago

Hi @<1523701062857396224:profile|AttractiveShrimp45> , I'm afraid not. But you can always export these tables and plots into a report and add your custom data into the ClearML report as well

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