arize-dataset

仓库创建 2025年6月12日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由

方便构建可重现的评估数据与批量导入导出流程

▸ 风险提示

数据集可能包含敏感信息,注意导入导出与访问权限

这个 Skill 做什么

管理 Arize 中的数据集、版本及样本导入导出操作。

对 Arize 里的 dataset 做创建/列出/更新/删除、版本管理、样本追加和导出,支持用 ax CLI 批量导入导出文件化的数据集。适合需要准备评估样本、建立测试集或管理 golden dataset 的场景。重点是把数据集版本化与样本导入导出流程自动化,方便复现实验和对比模型表现。

▸ 展开 SKILL.md 英文原文

Creates, manages, and queries Arize datasets and examples. Covers dataset CRUD, appending examples, exporting data, and file-based dataset creation using the ax CLI. Use when the user needs test data, evaluation examples, or mentions create dataset, list datasets, export dataset, append examples, dataset version, golden dataset, or test set.

数据与抓取数据集管理示例导入Arize通用
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/arize-dataset/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/arize-dataset/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Arize Dataset Skill

> **`SPACE`** — All `--space` flags and the `ARIZE_SPACE` env var accept a space **name** (e.g., `my-workspace`) or a base64 space **ID** (e.g., `U3BhY2U6...`). Find yours with `ax spaces list`.

## Concepts

- **Dataset** = a versioned collection of examples used for evaluation and experimentation
- **Dataset Version** = a snapshot of a dataset at a point in time; updates can be in-place or create a new version
- **Example** = a single record in a dataset with arbitrary user-defined fields (e.g., `question`, `answer`, `context`)
- **Space** = an organizational container; datasets belong to a space

System-managed fields on examples (`id`, `created_at`, `updated_at`) a
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有