Consists of CSVs holding organisational data. Like ad-click records, store transactions, users, teams, etc.
Schema
Table is essentially a product of joins of some tables of the flamingo-data tables.
Namely user-session.csv, buy-clicks.csv, and game-clicks.csv
Used for Classification.
Schema
Column | Description |
---|---|
userid | User ID |
userSessionid | User session ID |
team_level | User’s team level |
platformType | Platform used by user |
count_gameclicks | Total number of game clicks for user session |
count_hits | Total number of game hits for user session |
count_buyid | Total number of purchases for user session |
avg_price | Average purchase price for user session |
Consists of CSVs that capture the interactions between Users, Teams, ChatSessions, ChatItems.
Schema