feat: 初始化老年群体高温预警项目基础工程
搭建完整的项目目录结构,配置项目依赖与元信息,添加数据下载、预处理、模型训练、可视化相关的核心业务代码,补充项目设计文档与.gitignore配置,导入初始外部参考数据文件。
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[project]
|
||||
name = "elderly-heat-warning"
|
||||
version = "0.1.0"
|
||||
description = "银发群体高温多时间尺度预警和服务优化可视化研究"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"numpy>=1.26",
|
||||
"pandas>=2.1",
|
||||
"xarray>=2023.0",
|
||||
"netcdf4>=1.6",
|
||||
"cdsapi>=0.7",
|
||||
"torch>=2.1",
|
||||
"pytorch-lightning>=2.1",
|
||||
"xgboost>=2.0",
|
||||
"scikit-learn>=1.3",
|
||||
"flask>=3.0",
|
||||
"matplotlib>=3.8",
|
||||
"seaborn>=0.13",
|
||||
"jupyter>=1.0",
|
||||
"tqdm>=4.66",
|
||||
"scipy>=1.11",
|
||||
]
|
||||
Reference in New Issue
Block a user