TagPerformance Class

Represents performance data for a particular tag in a trained iteration.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
TagPerformance

Constructor

TagPerformance(**kwargs)

Variables

id
str
name
str
precision
float

Gets the precision.

precision_std_deviation
float

Gets the standard deviation for the precision.

recall
float

Gets the recall.

recall_std_deviation
float

Gets the standard deviation for the recall.

average_precision
float

Gets the average precision when applicable.