feat: 初始化老年群体高温预警项目基础工程

搭建完整的项目目录结构,配置项目依赖与元信息,添加数据下载、预处理、模型训练、可视化相关的核心业务代码,补充项目设计文档与.gitignore配置,导入初始外部参考数据文件。
This commit is contained in:
2026-05-26 20:05:10 +08:00
commit a0478b0b11
20 changed files with 3300 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
percentile,rr
0.0,1.0
1.0,1.0
2.5,1.01
5.0,1.02
10.0,1.04
25.0,1.08
50.0,1.12
75.0,1.18
90.0,1.28
95.0,1.35
97.5,1.42
99.0,1.5
100.0,1.55
1 percentile rr
2 0.0 1.0
3 1.0 1.0
4 2.5 1.01
5 5.0 1.02
6 10.0 1.04
7 25.0 1.08
8 50.0 1.12
9 75.0 1.18
10 90.0 1.28
11 95.0 1.35
12 97.5 1.42
13 99.0 1.5
14 100.0 1.55