Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,19 @@
|
|
|
|
1 |
language:
|
2 |
-
- "en
|
3 |
-
pretty_name: "
|
4 |
tags:
|
5 |
- "License Plate"
|
6 |
- "Auction"
|
7 |
- "Timeline"
|
8 |
-
license: "
|
9 |
task_categories:
|
10 |
-
- "
|
11 |
-
- "
|
|
|
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
|
15 |
|
16 |
# Read More
|
17 |
To learn the details about the auction process and why it is so darn hard, please read my [article series](https://www.linkedin.com/pulse/part-1-applied-ml-timeline-prediction-shanghai-license-tianyi-pan) on LinkedIn.
|
|
|
1 |
+
---
|
2 |
language:
|
3 |
+
- "en"
|
4 |
+
pretty_name: "Shanghai License Plate Auction 2014-2021"
|
5 |
tags:
|
6 |
- "License Plate"
|
7 |
- "Auction"
|
8 |
- "Timeline"
|
9 |
+
license: "mit"
|
10 |
task_categories:
|
11 |
+
- "tabular-regression"
|
12 |
+
- "time-series-forecasting"
|
13 |
+
---
|
14 |
|
15 |
# Introduction
|
16 |
+
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 of 2021. 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.
|
17 |
|
18 |
# Read More
|
19 |
To learn the details about the auction process and why it is so darn hard, please read my [article series](https://www.linkedin.com/pulse/part-1-applied-ml-timeline-prediction-shanghai-license-tianyi-pan) on LinkedIn.
|