23 Commits

Author SHA1 Message Date
Edward Han
0eb1652711 add missing dependency safetensors==0.6.2 2025-09-01 00:54:30 -07:00
ShiYu
6a13c2c1a9
Merge pull request #25 from CharlesJ-ABu/feature/webui
feat: add Kronos Web UI
2025-08-27 17:13:38 +08:00
Charles
14863929a0 feat: Translate all Chinese content to English in webui module
- Translate all Chinese comments and strings in webui/app.py
- Translate all Chinese comments and strings in webui/run.py
- Translate all Chinese comments and strings in webui/start.sh
- Translate all Chinese content in webui/README.md
- Translate all Chinese content in webui/templates/index.html
- Add prediction results directory for analysis
- Complete internationalization of webui module
2025-08-27 15:36:47 +08:00
ShiYu
8ac972ec50
Refactor QlibDataPreprocessor for clarity and structure 2025-08-27 11:36:29 +08:00
ShiYu
7ba06fc286
Merge pull request #20 from xxsunyxx/master
Update qlib_data_preprocess.py
2025-08-27 10:41:28 +08:00
Charles
328dc4a3b0 fix: 修复相对变化率转绝对价格的累积计算逻辑,使用cumprod确保价格连续性 2025-08-26 17:22:59 +08:00
Charles
35d35f740f feat: 添加详细的调试信息,显示价格转换的每一步操作 2025-08-26 17:13:18 +08:00
Charles
b4b270954b fix: 解决Kronos模型预测连续性问题,通过价格转换保持数据连续性 2025-08-26 17:02:24 +08:00
Charles
ca2502757f refactor: 将prediction_results目录移动到webui目录下,优化项目结构 2025-08-26 16:49:56 +08:00
Charles
609235c077 feat: 添加预测结果保存功能,用于分析预测质量问题 2025-08-26 16:35:34 +08:00
Charles
1f394cace3 feat: 添加Kronos Web UI完整功能
- 集成Kronos模型(mini/small/base)
- 支持CPU/CUDA/MPS设备选择
- 时间窗口滑条选择器(400+120固定窗口)
- 预测质量参数控制(Temperature, Top-P, Sample Count)
- 预测vs实际数据对比分析
- 完整的Flask后端和现代化前端界面
- 支持CSV和Feather格式数据文件
- 完整的启动脚本和文档
2025-08-26 16:19:21 +08:00
xxsunyxx
ebc495c539
Update qlib_data_preprocess.py 2025-08-25 15:13:06 +08:00
shiyu-coder
ceae41dc7e update logo 2025-08-23 17:06:34 +08:00
shiyu-coder
f28cdb925a update logo 2025-08-23 17:04:42 +08:00
shiyu-coder
c501470fe1 update finetune scripts 2025-08-17 19:56:39 +08:00
shiyu-coder
780e2126b0 add finetune scripts 2025-08-17 19:54:33 +08:00
shiyu-coder
c64b867a2f add paper link 2025-08-06 09:52:17 +08:00
shiyu-coder
6f586491c8 update a demo 2025-07-11 20:18:41 +08:00
shiyu-coder
26499fe0fb update figure 2025-07-09 16:10:14 +08:00
shiyu-coder
d629bb8f4c update REAMDE 2025-07-03 18:13:48 +08:00
shiyu-coder
3025013c31 upload model Kronos-mini 2025-07-01 21:32:27 +08:00
shiyu-coder
9f946dec6b initial 2025-07-01 10:57:41 +08:00
ShiYu
d2c2aae32e
Initial commit 2025-07-01 10:54:33 +08:00