Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
-
|
|
|
5 |
---
|
6 |
# Traqq Anonymized Users Weekly Activity
|
7 |
|
@@ -11,9 +12,9 @@ The dataset represents the weekly activities of a real company's employees, usin
|
|
11 |
traqq.com
|
12 |
|
13 |
## Glossary
|
14 |
-
|
15 |
-
|
16 |
-
start_time - time the employee started work in the specific day
|
17 |
end_time - time the employee finished work in the specific day
|
18 |
work_duration -
|
19 |
activity_percentage
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
4 |
+
task_categories:
|
5 |
+
- time-series-forecasting
|
6 |
---
|
7 |
# Traqq Anonymized Users Weekly Activity
|
8 |
|
|
|
12 |
traqq.com
|
13 |
|
14 |
## Glossary
|
15 |
+
- user_id - the id of an individual employee
|
16 |
+
- user_date - the work date
|
17 |
+
- start_time - time the employee started work in the specific day
|
18 |
end_time - time the employee finished work in the specific day
|
19 |
work_duration -
|
20 |
activity_percentage
|