LolPredict
Can you predict if a jungler will win based on the first 4 minutes of the game
@kaggle.thomasrzeznik_lolpredict
Can you predict if a jungler will win based on the first 4 minutes of the game
@kaggle.thomasrzeznik_lolpredict
CREATE TABLE jungler_data (
"kills_first_4_min" BIGINT,
"assists_first_4_min" BIGINT,
"camps_cleared_first_4_min" BIGINT,
"gold_earned_first_4_min" BIGINT,
"win" BOOLEAN,
"kills_details" VARCHAR,
"summoner_spells" VARCHAR,
"champion" VARCHAR,
"first_item" VARCHAR,
"level_at_first_blood" BIGINT,
"firstblood" BOOLEAN,
"gold_per_minute" DOUBLE,
"game_type" VARCHAR
);
Anyone who has the link will be able to view this.