·build-feature-store
</>

build-feature-store

使用 Feast 构建特征存储以进行集中特征管理,配置离线和在线存储以进行批量和实时服务,通过转换定义特征视图,并为 ML 管道实现时间点正确连接。在管理多个 ML 模型的特征、确保训练服务一致性、为实时推理提供低延迟特征、跨项目重用特征定义或构建用于发现和治理的特征目录时使用。

10安装·1热度·@pjt222

安装

$npx skills add https://github.com/pjt222/development-guides --skill build-feature-store

如何安装 build-feature-store

通过命令行快速安装 build-feature-store AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill build-feature-store
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:pjt222/development-guides。

SKILL.md

查看原文

Implement centralized feature management with Feast for consistent feature serving across training and inference.

Expected: Feast repository initialized with config file, sample feature definitions created, offline and online stores configured, registry path accessible.

On failure: Verify database/Redis credentials (psql -U feastuser -h localhost), check connection strings format, ensure databases exist (CREATE DATABASE featurestore), verify cloud permissions for S3/BigQuery/DynamoDB, test connectivity to storage backends, check Feast version compatibility with backends (feast version).

使用 Feast 构建特征存储以进行集中特征管理,配置离线和在线存储以进行批量和实时服务,通过转换定义特征视图,并为 ML 管道实现时间点正确连接。在管理多个 ML 模型的特征、确保训练服务一致性、为实时推理提供低延迟特征、跨项目重用特征定义或构建用于发现和治理的特征目录时使用。 来源:pjt222/development-guides。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/pjt222/development-guides --skill build-feature-store
分类
</>开发工具
认证
收录时间
2026-03-10
更新时间
2026-03-10

Browse more skills from pjt222/development-guides

快速解答

什么是 build-feature-store?

使用 Feast 构建特征存储以进行集中特征管理,配置离线和在线存储以进行批量和实时服务,通过转换定义特征视图,并为 ML 管道实现时间点正确连接。在管理多个 ML 模型的特征、确保训练服务一致性、为实时推理提供低延迟特征、跨项目重用特征定义或构建用于发现和治理的特征目录时使用。 来源:pjt222/development-guides。

如何安装 build-feature-store?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pjt222/development-guides --skill build-feature-store 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/pjt222/development-guides