GradientBoosting1 Gradient Boosting 기반 LCK Spring 선수 별 지표 분석 from selenium import webdriver import pandas as pd from selenium.webdriver.common.by import By import warnings warnings.filterwarnings(action='ignore') url = 'https://gol.gg/players/list/season-ALL/split-ALL/tournament-LCK%20Spring%202022/' driver = webdriver.Chrome('chromedriver.exe') driver.maximize_window() driver.get(url) df = pd.DataFrame() columns_list = [ '선수명&.. 2022. 1. 25. 이전 1 다음