list_examples
evaluate
/ aevaluate
to pass in an iterable of examples to evaluate on a particular version of a dataset. Use list_examples
/ listExamples
to fetch examples from a particular version tag using as_of
/ asOf
and pass that into the data
argument.
list_examples
/ listExamples
method to fetch a subset of examples from a dataset to evaluate on.
One common workflow is to fetch examples that have a certain metadata key-value pair.
list_examples
/ listExamples
method to evaluate on one or multiple splits of your dataset. The splits
parameter takes a list of the splits you would like to evaluate.