File size: 895 Bytes
1d16242
 
 
 
 
 
 
 
 
 
 
 
cdbaed9
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: 
- "en-us"
pretty_name: "Pretty Name of the Dataset"
tags:
- "License Plate"
- "Auction"
- "Timeline"
license: "Open Source"
task_categories:
- "Tabular Regression"
- "Timeline Prediction"

# Introduction
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.

# Read More
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.