Skip to content

dodo07070707/Kbo-RealWAR

Repository files navigation

Kbo_RealWAR

2024 한국디지털미디어고등학교 자료구조 수행평가

Subject 최근 20년 KBO 통계를 분석해 팀 승률과 가장 밀접히 연관되는 승리기여도(WAR) 재정립
Developer 김도윤
Special Thanks 김민재, 조성민
Used Stack R, Node.js, Excel Web Scrapper
Model Accuracy 85.5% (Model A) / 84.5% (Model B)
Etc 이거 하려고 R 배움

필요한 라이브러리 불러오기

install.packages("readxl")  # readxl 패키지 설치  
install.packages("dplyr")    # dplyr 패키지 설치
install.packages("ggplot2") # ggplot2 패키치 설치
install.packages("tidyr") # tidyr 패키지 설치
install.packages("writexl") # tidyr 패키지 설치
npm install axios exceljs #axios, exceljs 패키지 설치
library(readxl)  # readxl 라이브러리 불러오기  
library(dplyr)   # dplyr 라이브러리 불러오기
library(ggplot2) # ggplot2 라이브러리 불러오기
library(tidyr) # tidyr 라이브러리 불러오기 
library(writexl) # tidyr 라이브러리 불러오기 

Frame 3797

타자 재정립 WAR 순위 (model A, accuracy 85.5%)

Untitled

투수 재정립 WAR 순위

Untitled1

년도별 실제 순위와 재정립 WAR 기반 팀 순위의 차

Untitled

2024.05.28 기준 2024년 KBO리그 기대순위

KakaoTalk_20240528_122603083

2024.07.18 기준 2024년 KBO리그 기대순위

KakaoTalk_20240718_105116327

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published