数据描述
About this dataset
Team Fight Tactics highest ELO challengers games scrape by https://github.com/furyhawk/tftchamp. Using https://developer.riotgames.com/ API.
8 players FFA in one game.
Target Label: placement 1 is best. Lower is better. Top 4 placement is a Win. Alternative prediction is to group Top 4 placement as Binary Win, bottom 4 as Binary Lost.
Only team traits and augments/items chosen included in datasets. Stats like game_length, players_eliminated are excluded. This is to prevent the model from learning obvious predictor.
Challenges:
- Different baseline between games(match_id). Different games has different baseline at different ELO. This may affect the true value of Global placement.
- Categorical values.
## Example {'match_id': 'EUW1_5944909932', #Match id. 'placement': 2, # target_label. # max 3 augments player can choose at stage 2-2, 3-2, 4-2. 'augment0': 'TFT6_Augment_TrueTwos', 'augment1': 'TFT6_Augment_CyberneticImplants2', 'augment2': 'TFT6_Augment_SecondWind2', # traits 'Set7_Assassin': 1, 'Set7_Bruiser': 1, 'Set7_Cavalier': 2, 'Set7_Dragonmancer': 0, 'Set7_Guild': 3, 'Set7_Legend': 0, 'Set7_Mirage': 0, 'Set7_Ragewing': 1, 'Set7_Swiftshot': 1, 'Set7_Tempest': 1, 'Set7_Warrior': 1, # units/items 'TFT7_Sejuani': 2, 'TFT7_Qiyana': 2, 'TFT7_Shen': 2, 'TFT7_Shen_item0': 'TFT_Item_ChainVest', 'TFT7_Shen_item1': 'TFT_Item_Shroud', 'TFT7_Twitch': 2, 'TFT7_Twitch_item0': 'TFT_Item_MadredsBloodrazor', 'TFT7_Hecarim': 2, 'TFT7_Talon': 2, 'TFT7_Talon_item0': 'TFT_Item_RedBuff', 'TFT7_Talon_item1': 'TFT_Item_InfinityEdge', 'TFT7_Talon_item2': 'TFT7_Item_CavalierEmblemItem', 'TFT7_Xayah': 2, 'TFT7_Xayah_item0': 'TFT_Item_GuardianAngel', 'TFT7_Xayah_item1': 'TFT_Item_InfinityEdge', 'TFT7_Xayah_item2': 'TFT_Item_GuinsoosRageblade', 'TFT7_Ornn': 2, 'TFT7_Ornn_item0': 'TFT_Item_GiantsBelt', 'TFT7_Ornn_item1': 'TFT_Item_Shroud', 'TFT7_Yasuo': 1, 'TFT7_Yasuo_item0': 'TFT_Item_RapidFireCannon', 'TFT7_Yasuo_item1': 'TFT_Item_MadredsBloodrazor', 'TFT7_Yasuo_item2': 'TFT_Item_TitansResolve' } **MetadataDto** Name Data Type Description data_version string Match data version. match_id string Match id. participants List[string] A list of participant PUUIDs. **InfoDto** Name Data Type Description game_datetime long Unix timestamp. game_length float Game length in seconds. game_variation string Game variation key. Game variations documented in TFT static data. game_version string Game client version. participants List[ParticipantDto] queue_id int Please refer to the League of Legends documentation. tft_set_number int Teamfight Tactics set number. **ParticipantDto** Name Data Type Description companion CompanionDto Participant's companion. gold_left int Gold left after participant was eliminated. last_round int The round the participant was eliminated in. Note: If the player was eliminated in stage 2-1 their last_round would be 5. level int Participant Little Legend level. Note: This is not the number of active units. placement int Participant placement upon elimination. players_eliminated int Number of players the participant eliminated. puuid string time_eliminated float The number of seconds before the participant was eliminated. total_damage_to_players int Damage the participant dealt to other players. traits List[TraitDto] A complete list of traits for the participant's active units. units List[UnitDto] A list of active units for the participant. **TraitDto** Name Data Type Description name string Trait name. num_units int Number of units with this trait. style int Current style for this trait. (0 = No style, 1 = Bronze, 2 = Silver, 3 = Gold, 4 = Chromatic) tier_current int Current active tier for the trait. tier_total int Total tiers for the trait. **UnitDto** Name Data Type Description items List[int] A list of the unit's items. Please refer to the Teamfight Tactics documentation for item ids. character_id string This field was introduced in patch 9.22 with data_version 2. chosen string If a unit is chosen as part of the Fates set mechanic, the chosen trait will be indicated by this field. Otherwise this field is excluded from the response. name string Unit name. This field is often left blank. rarity int Unit rarity. This doesn't equate to the unit cost. tier int Unit tier.
How to use this dataset
验证报告
以下为卖家选择提供的数据验证报告:

Team Fight Tactics matches
40.79MB
申请报告