Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 524 Bytes

File metadata and controls

12 lines (7 loc) · 524 Bytes

Predicting Market Value of Motorcycles

As a motorbike enthusiast, I want to ensure that I am buying my motorbike at market value...Ideally less.

This is a script that collects data from a classified advertisement page "Kijiji" to create a database for all motorcyles in ontario. Then a predictive model to identify motorcyles undervalued relative to market value.

What I learned

  • Undestanding HTTP requests; GET POST
  • Using beautifulSoup to make HTTP requests and parse data.
  • Desiging a database using Pandas