tipani commited on
Commit
cdbaed9
1 Parent(s): 41f6a83

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
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
+
4
+ # Read More
5
+ 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.