Difference between revisions of "ANLY482 AY2016-17 T1 Group2: Project Findings"

From Analytics Practicum
Jump to navigation Jump to search
(Created page with "<!-- Start Logo --> <br /> <!-- End Logo --> <!-- Start Navigation Bar --> {|style="background-color:#2196F3; font-family:sans-serif; font-size:140%;" width="100%" cellspacin...")
 
Line 28: Line 28:
  
 
<!-- Start Information -->
 
<!-- Start Information -->
<div style="background:#2196F3; line-height:0.3em; font-family:sans-serif; font-size:120%; border-left:#BBDEFB solid 15px;"><div style="border-left:#FFFFFF solid 5px; padding:15px;"><font color="#FFFFFF"><strong>Datasets</strong></font></div></div>
+
<br />
 
 
<div style="color:#212121;">
 
The dataset provided by Singapore Pools are
 
# Profit & Loss (P&L) by Book
 
# Timetables of the matches
 
# Leagues & Tournaments
 
They are presented in the form of excel sheet and contains 52 unique tournaments over the time span of 7 years (2010 to May 2016). The parameters of the dataset are as followed:
 
 
 
'''<big>Profit & Loss (P&L) by Book</big>'''
 
{| class="wikitable" style="margin-top:0px"
 
|-
 
! Parameters !! Description
 
|-
 
| Book Date (settlement time)
 
|| The official time and date (after the end of the match) for the payout of the bet placed. <sub>For example, 9/1/2010  4:01:00 PM</sub>
 
|-
 
| League Name
 
|| The name of the league. <sub>For example, A LEAGUE and ASIAN CHAMP</sub>
 
|-
 
| Book Title
 
|| The title of the match. <sub>For example, 4501 Wellington v Brisbane Roar and 4502 Central Coast v Queensland Fury</sub>
 
|-
 
| Bet Type
 
|| The type of the bet. <sub>For example, 1/2 GOAL and HALF/FULL TIME DOUBLE</sub>
 
|-
 
| Winning Selection
 
|| The winning bet type. <sub>For example, Wellington(-1.5) and Queensland Fury(1.5)</sub>
 
|-
 
| Total Stake
 
|| The amount of payment collected.
 
|-
 
| Winning Payout
 
|| The total amount of payout for the winning selection of the match.
 
|-
 
| Winning Liab
 
|| The total winning liability (Total Stake - Winning Payout) of the match.
 
|-
 
| Total Bet Cnt
 
|| The total count of the winning bet type.
 
|}
 
 
 
'''<big>Timetables of the matches</big>'''
 
{| class="wikitable" style="margin-top:0px"
 
|-
 
! Parameters !! Description
 
|-
 
| League
 
|| League name. <sub>For example, A league and ASEAN 8</sub>
 
|-
 
| Match No
 
|| Unique identifier for the match on that day. <sub>For example, 4506 means A league on 1st december 2010</sub>
 
|-
 
| Match KickOff (Singapore date/time)
 
|| Match kickoff time in Singapore (Singapore time). <sub>For example, 1/12/2010  4:00:00 PM (Singapore time) and 1/12/2010  7:00:00 PM (Local time)</sub>
 
|-
 
| Match KickOff (Local date/time)
 
|| Match kickoff time at the host country (Local time). <sub>For example, 1/12/2010  4:00:00 PM (Singapore time) and 1/12/2010  7:00:00 PM (Local time)</sub>
 
|-
 
| Home Team
 
|| Home team name.
 
|-
 
| Away Team
 
|| Away team name.
 
|-
 
| Remarks
 
|| Remarks for the timetable (if applicable).
 
|-
 
| Start of sales
 
|| Start time of sales - normally 2 days before the actual match. <sub>For example, 1/12/2010  8:00:00 AM</sub>
 
|-
 
| Close of sales
 
|| End time of sales. <sub>For example, 3/12/2010  1:55:00 AM</sub>
 
|}
 
 
 
'''<big>Leagues & Tournaments</big>'''
 
{| class="wikitable" style="margin-top:0px"
 
|-
 
! Parameters !! Description
 
|-
 
| No.
 
|| Unique identifier for the leagues. <sub>For example, 01 means S.League and 02 means Singapore Cup</sub>
 
|-
 
| League Name
 
|| The name of the league. <sub>For example, S.League and Singapore Cup</sub>
 
|-
 
| Mnemonic
 
|| Short form of the league. <sub>For example, SL means S.League and SC means Singapore Cup</sub>
 
|-
 
| Season #
 
|| Season number.
 
|-
 
| Tournament
 
|| Tournament country.
 
|-
 
| Other League Name
 
|| Other name of the league. <sub>For example, English Premier is the same as E Premier</sub>
 
|-
 
| Remarks
 
|| Remarks for the leagues and tournaments (if applicable).
 
|}
 
 
 
</div>
 
 
<!-- End Information -->
 
<!-- End Information -->

Revision as of 03:41, 4 September 2016