文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 5519f342 by Sun Long

Upload New File

parent 556ab3ea
# 任务目标
联合训练一个适用于多个地区的交通流量预测模型
# 数据集格式样例
| | sensor_0 | sensor_1 | sensor_n |
|----------|----------|----------|----------|
| 2018/01/01 00:00:00 | 60.0 | 65.0 | 70.0 |
| 2018/01/01 00:05:00 | 61.0 | 64.0 | 65.0 |
| 2018/01/01 00:10:00 | 63.0 | 65.0 | 60.0 |
# 终止条件
模型收敛/迭代轮次到达100次
# 训练环境
## 语言
python 3.7.13
## requirements.txt
```python
scipy>=0.19.0
numpy>=1.12.1
pandas>=0.19.2
pyyaml
statsmodels
tensorflow>=1.3.0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment