Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.59 KB

README.md

File metadata and controls

19 lines (17 loc) · 1.59 KB

ticket-catcher Charity project

Summary

This project aims to classify tickets for live music events with high chance to sell out. The purpose is to buy the tickets early so that they can be traded at a margin by selling them after the tickets are sold-out in regular distribution. The majority of the margin will be donated to a charity of choice as chosen by the customer. Customer may chose to contribute to service as one of the charities.

Outline

  • Extract the outsold date and other features of tickets at concert ticket sale websites
  • Construct classifier to predict outsold dates of new ticket offers using custom loss matrix(ticket price) for error calculation
  • Automatically classify new ticket offers
  • Notify admin when a new ticket is likely to get outsold and can be bought easily

Links