https://github.com/yanqiangmiffy/solar-radiation-index
太阳能
https://github.com/yanqiangmiffy/solar-radiation-index
Last synced: 8 months ago
JSON representation
太阳能
- Host: GitHub
- URL: https://github.com/yanqiangmiffy/solar-radiation-index
- Owner: yanqiangmiffy
- Created: 2018-10-16T13:48:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T10:09:51.000Z (about 7 years ago)
- Last Synced: 2025-01-05T22:27:53.179Z (10 months ago)
- Language: Jupyter Notebook
- Size: 1.38 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solar-radiation-index
太阳能
## 特征工程
- 时间特征
```text
1. 因为本次比赛方是需要使用当天数据来预测当天的结果,所以不能构建时序特征
```
```text
2. 构建11,14,17的离散特征
```
- 空间特征
```
1. 与方向独立的特征:温度、湿度,气压
```
```
2. 基于方向的特征:风向,风向的频率,基于风向的平均风速
```
- 统计特征
```
日照时数(辐照度) 、平均大气压 、平均风速 、平均气温、气温日较差 、相对湿度、日总辐射量
```
## 参考文献
1. 基于BP神经网络的太阳辐射预测——以兰州市为例
2. [【kdd 2018 cup-github资料】](https://github.com/search?l=Jupyter+Notebook&q=kdd+cup+2018&type=Repositories)