A tag is a column that captures metadata about a inference. Tags can be used for a variety of purposes including capturing business KPIs, debugging information, and additional information that is useful for analysis. Tags are prefixed with the category :tag:
in the column name.
:tag.str:ethnicity | :tag.bool:is_beta_user | :tag.float:income_score |
---|---|---|
african american | true | 0.8 |
white | false | 0.9 |
declined | true | 0.2 |