Ranking
Last updated
Last updated
Copyright © 2023 Arize AI, Inc
Arize class to define the prediction arguments associated with the ranking model type
group_id
str
(Required) Name for ranking groups or lists in ranking models
rank
int
(Required) Name for rank of each element on the its group or list. The content of this column must be integer between 1-100.
score
float
(Optional) Numeric prediction score
label
str
(Optional) Categorical prediction score
Arize class to define the ground truth arguments associated with the ranking model type
relevance_labels
List[str]
(Optional) Categorical ground truth score
relevance_score
float
(Optional) Numeric Ground truth score