Last updated
Copyright ยฉ 2023 Arize AI, Inc
Last updated
EvaluationResult
Score, label and explanation
float
Score output
string
Label string output
input
experiment run input
def eval(input): ...
output
experiment run output
def eval(output): ...
dataset_row
the entire row of the data, including every column as dictionary key
def eval(expected): ...
metadata
experiment metadata
def eval(metadata): ...