Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
public-files
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
文档服务地址:
http://47.92.0.57:3000/
周报索引地址:
http://47.92.0.57:3000/s/NruNXRYmV
Open sidebar
Sun Long
public-files
Commits
5519f342
Commit
5519f342
authored
Aug 28, 2023
by
Sun Long
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
556ab3ea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
taskDescription.md
taskDescription.md
+25
-0
No files found.
taskDescription.md
0 → 100644
View file @
5519f342
# 任务目标
联合训练一个适用于多个地区的交通流量预测模型
# 数据集格式样例
| | 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment