jojonocode commited on
Commit
a83de20
·
verified ·
1 Parent(s): 0878837

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -211
README.md CHANGED
@@ -1,214 +1,31 @@
1
  ---
2
- annotations_creators:
3
- - no-annotation
4
- language: fr
5
- license: mit
6
- task_categories:
7
- - time-series-forecasting
8
- task_ids:
9
- - univariate-time-series-forecasting
10
- pretty_name: Traffic Prediction Propre (Multi-Junction)
11
- configs:
12
- - config_name: default
13
- data_files:
14
- - split: train
15
- path: data/train-*
16
- - split: validation
17
- path: data/validation-*
18
- - split: test
19
- path: data/test-*
20
- dataset_info:
21
- features:
22
- - name: DateTime
23
- dtype: timestamp[ns]
24
- - name: Junction
25
- dtype: int64
26
- - name: Vehicles
27
- dtype: int64
28
- - name: ID
29
- dtype: int64
30
- - name: is_weekend
31
- dtype: int64
32
- - name: hour
33
- dtype: int32
34
- - name: dayofweek
35
- dtype: int32
36
- - name: month
37
- dtype: int32
38
- - name: hour_sin
39
- dtype: float64
40
- - name: hour_cos
41
- dtype: float64
42
- - name: dow_sin
43
- dtype: float64
44
- - name: dow_cos
45
- dtype: float64
46
- - name: month_sin
47
- dtype: float64
48
- - name: month_cos
49
- dtype: float64
50
- - name: veh_lag_1
51
- dtype: float64
52
- - name: veh_lag_2
53
- dtype: float64
54
- - name: veh_lag_3
55
- dtype: float64
56
- - name: veh_lag_24
57
- dtype: float64
58
- - name: veh_ma_6
59
- dtype: float64
60
- - name: veh_ma_24
61
- dtype: float64
62
- - name: veh_diff_1
63
- dtype: float64
64
- splits:
65
- - name: train
66
- num_bytes: 5250960
67
- num_examples: 33660
68
- - name: validation
69
- num_bytes: 1122264
70
- num_examples: 7194
71
- - name: test
72
- num_bytes: 1122264
73
- num_examples: 7194
74
- download_size: 1277533
75
- dataset_size: 7495488
76
  ---
77
 
78
- # Dataset Card for Traffic Prediction Propre (Multi-Junction)
79
-
80
- <!-- Provide a quick summary of the dataset. -->
81
-
82
-
83
-
84
- ## Dataset Details
85
-
86
- ### Dataset Description
87
-
88
- <!-- Provide a longer summary of what this dataset is. -->
89
-
90
-
91
-
92
- - **Curated by:** [More Information Needed]
93
- - **Funded by [optional]:** [More Information Needed]
94
- - **Shared by [optional]:** [More Information Needed]
95
- - **Language(s) (NLP):** fr
96
- - **License:** mit
97
-
98
- ### Dataset Sources [optional]
99
-
100
- <!-- Provide the basic links for the dataset. -->
101
-
102
- - **Repository:** [More Information Needed]
103
- - **Paper [optional]:** [More Information Needed]
104
- - **Demo [optional]:** [More Information Needed]
105
-
106
- ## Uses
107
-
108
- <!-- Address questions around how the dataset is intended to be used. -->
109
-
110
- ### Direct Use
111
-
112
- <!-- This section describes suitable use cases for the dataset. -->
113
-
114
- [More Information Needed]
115
-
116
- ### Out-of-Scope Use
117
-
118
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
119
-
120
- [More Information Needed]
121
-
122
- ## Dataset Structure
123
-
124
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
125
-
126
- [More Information Needed]
127
-
128
- ## Dataset Creation
129
-
130
- ### Curation Rationale
131
-
132
- <!-- Motivation for the creation of this dataset. -->
133
-
134
- [More Information Needed]
135
-
136
- ### Source Data
137
-
138
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
139
-
140
- #### Data Collection and Processing
141
-
142
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
143
-
144
- [More Information Needed]
145
-
146
- #### Who are the source data producers?
147
-
148
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
149
-
150
- [More Information Needed]
151
-
152
- ### Annotations [optional]
153
-
154
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
155
-
156
- #### Annotation process
157
-
158
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
159
-
160
- [More Information Needed]
161
-
162
- #### Who are the annotators?
163
-
164
- <!-- This section describes the people or systems who created the annotations. -->
165
-
166
- [More Information Needed]
167
-
168
- #### Personal and Sensitive Information
169
-
170
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
171
-
172
- [More Information Needed]
173
-
174
- ## Bias, Risks, and Limitations
175
-
176
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
177
-
178
- [More Information Needed]
179
-
180
- ### Recommendations
181
-
182
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
183
-
184
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
185
-
186
- ## Citation [optional]
187
-
188
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
189
-
190
- **BibTeX:**
191
-
192
- [More Information Needed]
193
-
194
- **APA:**
195
-
196
- [More Information Needed]
197
-
198
- ## Glossary [optional]
199
-
200
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
201
-
202
- [More Information Needed]
203
-
204
- ## More Information [optional]
205
-
206
- [More Information Needed]
207
-
208
- ## Dataset Card Authors [optional]
209
-
210
- [More Information Needed]
211
-
212
- ## Dataset Card Contact
213
-
214
- [More Information Needed]
 
1
  ---
2
+ {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
+ # Traffic Prediction Dataset (Refined & Processed)
6
+
7
+ Ce dataset contient des données de trafic routier de 4 jonctions différentes, enrichies par un pipeline de feature engineering rigoureux conçu pour éviter tout data leakage.
8
+
9
+ ## 🛠 Pipeline de Traitement
10
+ - **Split Temporel Strict** : 70% Train, 15% Val, 15% Test isolés avant transformation.
11
+ - **Feature Engineering** : Lags (1h, 2h, 3h, 24h), Moyennes Mobiles (6h, 24h), Encodage Sin/Cos.
12
+ - **Scaling** : StandardScaler ajusté uniquement sur le Train.
13
+
14
+ ## 📊 Features Disponibles
15
+ - `hour_sin`
16
+ - `hour_cos`
17
+ - `dow_sin`
18
+ - `dow_cos`
19
+ - `month_sin`
20
+ - `month_cos`
21
+ - `is_weekend`
22
+ - `veh_lag_1`
23
+ - `veh_lag_2`
24
+ - `veh_lag_3`
25
+ - `veh_lag_24`
26
+ - `veh_ma_6`
27
+ - `veh_ma_24`
28
+ - `veh_diff_1`
29
+
30
+ ## 🧠 Usage GNN
31
+ Format d'entrée attendu : `(Batch, 4, 24, 14)`.