Ranking
Last updated
Last updated
Copyright © 2023 Arize AI, Inc
Arize class to define the prediction arguments associated with the ranking model type
Argument | Data Type | Definitions |
---|---|---|
| str | (Required) Name for ranking groups or lists in ranking models |
| 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. |
| float | (Optional) Numeric prediction score |
| str | (Optional) Categorical prediction score |
Arize class to define the ground truth arguments associated with the ranking model type
Argument | Data Type | Description |
---|---|---|
| List[str] | (Optional) Categorical ground truth score |
| float | (Optional) Numeric Ground truth score |