Goal

Predict the sale price of a concert ticket on eBay to eventually buy hold and sale.

Motivated by

proposal as a hands-on experience for ML Class.

Features and their sources

Possibly also

Example dataset (CSV)

price,date of sale,date of the concert,band name, concert location,size of the room,music style,estimated popularity
100,01/11/2011,06/11/2011,Texas,,10000,rock,
101,02/11/2011,06/11/2011,Texas,,10000,rock,
110,05/11/2011,06/11/2011,Texas,,10000,rock,
...

Tasks

  1. gather and clean the dataset (scrapped or via API)
  2. configure AI4R to compute the function parameters
  3. provide a web interface for the result given features of the current page
  4. browse the original website

See also