Bundle
@zasset/za-analysis
Z Research analysis stage — end-to-end model training and estimation for asset pricing + ML/DL research. Ships one skill.
- Source
- Z-Asset
- License
- MIT
- Updated
- Updated 5 hours ago
Readme
# Z Research · Analysis Stage
模型训练与结论:端到端分析、模型训练、估计。资产定价 + 机器学习/深度学习研究工作流的一部分。
## 安装
```bash
dsh plugin --profile <你的profile> add zresearch-analysis
```
或从 npm:
```bash
npm install zresearch-analysis
```
## 用法
安装后,在 DSH 会话中按需触发(模型会根据任务自动加载对应 skill):
- 文献综述:问「帮我做文献综述 / 找相关论文」
- 数据处理:问「帮我找数据 / 评估数据集」
- 模型训练:问「跑回归 / 训练 ML 模型 / 横截面收益预测」
- 写报告:问「写论文 / 起草章节」
- 做 PPT:问「做演讲 PPT / Beamer / job market talk」
## skill 结构
```
skills/zresearch-analysis/
├── SKILL.md # 主 skill 定义
└── references/ # 角色定义 + 领域校准
├── agents/ # worker/critic 角色
└── domain/ # domain-profile(资产定价+ML/DL)
```
## 领域
面向实证资产定价 + ML/DL:因子模型、横截面收益预测、GMM/SDF、预测回归、机器学习、深度学习。领域校准见 `references/domain/domain-profile.md`。
## License
MIT
Install
dsh plugin --profile web add github:Z-Asset/ZA_analysis#9cfb0bffd40cf16792683404a71288d972311e66
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install zasset-za-analysis from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.