ClassificationScore
A classification of an asset for a single concept
Properties
Name | Type | Description | Notes |
---|---|---|---|
concept_name | str | The concept name | |
concept_id | str | The concept id | |
threshold | float | The threshold used to determine if it's a positive example | |
positive | bool | If the sample is classified as positive | |
score | float | The classification score in the range [0, 1] |