dataset splits are available in
arize-phoenix 12.7.0.- hard examples that frequently produce poor output,
- a split of examples used in a few-shot prompt and a disjoint, non-overlapping split of examples used for evaluation,
- train, validation, and test splits for fine-tuning an LLM.
Configuring Splits
Experiments can be run over previously configured splits either via the Python or JavaScript clients or via the Phoenix playground.- Playground
Coming soon.
- Python
- TypeScript
Splits are implicitly configured when a dataset is pulled from the Phoenix server using the
get_dataset client method. Subsequent invocations of run_experiment only run on the examples belonging to the split(s).
