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
In The "Models" Tab Under A Project I Cannot Add A Custom Column Of Metrics Or Metadata. It Is Just Grayed Out. Is This A Bug?

In the "Models" tab under a project I cannot add a custom column of metrics or metadata. It is just grayed out. Is this a bug?

  
  
Posted 2 months ago
Votes Newest

Answers 5


Okay thanks!

  
  
Posted one month ago

ThankfulClams64 , there is a difference between models & tasks/experiments. Everything during training is automatically reported to the task/experiment, not the model. If you want to add anything to models themselves you have to add it manually. (Keep in mind that taks/experiments are separate entities from models, although there is a connection between the two)

Once you manually add either metadata or metrics you will be able to add custom columns. This is not a bug.

  
  
Posted one month ago

How do you get answers to these types of questions? As far as I can tell model registries is broken, and there is no support through the actual application

  
  
Posted one month ago

Do the metrics not get added from the training? I did not add any metadata data but I assumed you would be able to select metrics from the training that generated the model

  
  
Posted 2 months ago

Hi,
Usually it means that there are no metrics or metadata existing in the current project (none of the models has metadata).
Is it available in different projects?
If you add a metadata key in one model from the table, do you see it in custom columns?

  
  
Posted 2 months ago
179 Views
5 Answers
2 months ago
one month ago
Tags