What problem does it solve?
Manually creating, versioning, and managing ML evaluation datasets in Arize is time-consuming and prone to errors like field mismatches or truncated exports, this skill automates those workflows using the official ax CLI.
Core Features & Use Cases
- Full Dataset CRUD: Create, list, get, update, and delete Arize datasets directly from your workflow.
- Bulk Example Management: Append examples from files or inline JSON, export full datasets for offline analysis, and annotate examples in bulk.
- Use Case: ML engineers running model evaluation cycles can use this skill to quickly spin up golden test datasets, add new evaluation examples after model updates, and export results for reporting without memorizing complex ax CLI flags.
Quick Start
Use the arize-dataset skill to create a new evaluation dataset named 'customer-support-eval' from the provided test examples CSV file and confirm it appears in your Arize space.