League Of Legends SoloQ Matches At 15 Minutes 2024
24000 Emerald/Diamond SoloQ match states at 15 minutes taken from EUW and EUNE
@kaggle.karlorusovan_league_of_legends_soloq_matches_at_10_minutes_2024
24000 Emerald/Diamond SoloQ match states at 15 minutes taken from EUW and EUNE
@kaggle.karlorusovan_league_of_legends_soloq_matches_at_10_minutes_2024
This dataset contains data about the first 15 minutes of gameplay for over 24 thousand solo queue matches taken from european servers (EUNE and EUW).
Average ELO of the matches is between mid emerald to high diamond.
The main purpose of the dataset is to help train models for predicting the winner based on how the first 15 minutes of the match played out.
There are 14 features for red, and 14 features for the blue team (feature blueTeamFirstBlood counts for both teams since it tells us which team got the first kill), with the target feature being blueWin. blueWin == 1 indicates a victory of the blue team, and blueWin == 0 means that the red team won.
A notebook detailing the process of collecting the data is available in the code tab. We hope it helps someone improve the collection method, or reuse the code for another project.
There should be no missing values.
Dataset made in collaboration with Daria Komić.
CREATE TABLE match_data_v5 (
"unnamed_0" VARCHAR -- Unnamed: 0,
"unnamed_1" BIGINT -- Unnamed: 1,
"unnamed_2" BIGINT -- Unnamed: 2,
"unnamed_3" BIGINT -- Unnamed: 3,
"unnamed_4" BIGINT -- Unnamed: 4,
"unnamed_5" BIGINT -- Unnamed: 5,
"unnamed_6" BIGINT -- Unnamed: 6,
"unnamed_7" BIGINT -- Unnamed: 7,
"unnamed_8" BIGINT -- Unnamed: 8,
"unnamed_9" BIGINT -- Unnamed: 9,
"unnamed_10" BIGINT -- Unnamed: 10,
"unnamed_11" BIGINT -- Unnamed: 11,
"unnamed_12" BIGINT -- Unnamed: 12,
"unnamed_13" BIGINT -- Unnamed: 13,
"unnamed_14" BIGINT -- Unnamed: 14,
"unnamed_15" BIGINT -- Unnamed: 15,
"unnamed_16" BIGINT -- Unnamed: 16,
"unnamed_17" BIGINT -- Unnamed: 17,
"unnamed_18" BIGINT -- Unnamed: 18,
"unnamed_19" BIGINT -- Unnamed: 19,
"unnamed_20" BIGINT -- Unnamed: 20,
"unnamed_21" BIGINT -- Unnamed: 21,
"unnamed_22" BIGINT -- Unnamed: 22,
"unnamed_23" BIGINT -- Unnamed: 23,
"unnamed_24" BIGINT -- Unnamed: 24,
"unnamed_25" BIGINT -- Unnamed: 25,
"unnamed_26" BIGINT -- Unnamed: 26,
"unnamed_27" BIGINT -- Unnamed: 27,
"unnamed_28" BIGINT -- Unnamed: 28,
"unnamed_29" BIGINT -- Unnamed: 29
);
Anyone who has the link will be able to view this.