feat: update clustering implementation and docs

This commit is contained in:
shuo
2026-04-21 11:13:11 +08:00
parent 5655eb0cda
commit 27c394fd8c
17 changed files with 540 additions and 215 deletions

View File

@@ -2,7 +2,7 @@
## 1. 推荐环境
为保证传统机器学习模型和 `LSTM+MLP` 深度学习模型均可正常训练,推荐使用 **conda 虚拟环境** 管理本项目依赖。
为保证传统机器学习模型和深度学习时序融合模型均可正常训练,推荐使用 **conda 虚拟环境** 管理本项目依赖。
推荐环境:
@@ -41,7 +41,7 @@ conda activate forsetenv
## 4. 安装 PyTorch GPU 版
本项目的 hybrid 深度学习模型要求:
本项目的时序注意力融合模型要求:
- `torch >= 2.6`