36 Commits

Author SHA1 Message Date
ShiYu
87157161d4
Bug fix 2025-09-16 10:35:14 +08:00
ShiYu
ac69e16750
Bug fix 2025-09-16 10:32:03 +08:00
ShiYu
f82acd69bd
Refactor qlib_test.py 2025-09-10 21:37:57 +08:00
ShiYu
764913b7d0
Refactor dataset and backtesting logic in qlib_test.py
Refactor QlibTestDataset and QlibBacktest classes for improved structure and readability. Update inference logic and main execution flow.
2025-09-10 21:36:27 +08:00
ShiYu
a4c14cb094
Merge pull request #63 from dowithless/patch-1
doc: add links to translated README versions
2025-09-03 21:57:07 +08:00
neo
ed9581b8f4
doc: add links to translated README versions
Added language selection links to the README for easier access to translated versions: German, Spanish, French, Japanese, Korean, Portuguese, Russian, and Chinese.
2025-09-03 17:53:03 +08:00
ShiYu
2d1a1ae809
Merge pull request #59 from pengxiao-song/dev_empty_cuda_cache
fix: add torch.cuda.empty_cache() during autoregressive inference
2025-09-02 10:36:56 +08:00
Pengxiao Song
e027051b38
fix: add torch.cuda.empty_cache() during autoregressive inference
Without releasing cached GPU memory, usage will keep growing during autoregressive prediction, leading to significant memory increase or OOM. Calling torch.cuda.empty_cache() prevents this accumulation.
2025-09-02 10:26:27 +08:00
ShiYu
939986adb1
Merge pull request #53 from QuantML-C/master
add batch prediction
2025-09-01 21:27:10 +08:00
quant
38a643b761 update kronos model code 2025-09-01 21:22:27 +08:00
ShiYu
6ba4330c09
Merge pull request #54 from ehan1990/bugfix/missing-dep-safe-tensor
bugfix: add missing dependency safetensors==0.6.2
2025-09-01 19:37:28 +08:00
Edward Han
0eb1652711 add missing dependency safetensors==0.6.2 2025-09-01 00:54:30 -07:00
quant
1201848bc6 add batch prediction and corresponding example 2025-09-01 14:32:47 +08:00
quant
44e57bc761 add batch prediction and corresponding example 2025-09-01 14:30:42 +08: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