Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Introduction
|
2 |
Second-by-second price updates from the last 60 seconds of the monthly license plate auction in Shanghai from 2014 to 2020, and a few months after that. The seconds data is given as a differential compared to the startprice. I managed to correctly predict and score a license plate on all three years that I worked on the project during 2018-2020. But it's not easy as there are lots of other factors affecting success on top of prediction accuracy.
|
3 |
|
|
|
1 |
+
language:
|
2 |
+
- "en-us"
|
3 |
+
pretty_name: "Pretty Name of the Dataset"
|
4 |
+
tags:
|
5 |
+
- "License Plate"
|
6 |
+
- "Auction"
|
7 |
+
- "Timeline"
|
8 |
+
license: "Open Source"
|
9 |
+
task_categories:
|
10 |
+
- "Tabular Regression"
|
11 |
+
- "Timeline Prediction"
|
12 |
+
|
13 |
# Introduction
|
14 |
Second-by-second price updates from the last 60 seconds of the monthly license plate auction in Shanghai from 2014 to 2020, and a few months after that. The seconds data is given as a differential compared to the startprice. I managed to correctly predict and score a license plate on all three years that I worked on the project during 2018-2020. But it's not easy as there are lots of other factors affecting success on top of prediction accuracy.
|
15 |
|