Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김민재
/
2020_KBO_Winning_Prediction_Program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김민재
2020-06-26 07:44:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3c4eb1b262b04ecc2ce8b12b61134e5b5066dacf
3c4eb1b2
1 parent
5b16cde8
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
8 deletions
README.md
README.md
View file @
3c4eb1b
# 2020 KBO Winning Prediction - Lotte Giants
### 야구에는 수 많은 데이터가 존재하고 이를 통해 승패를 예측할 수 있다. 따라서 현재 승률, 피타고리안 승률, 통계청 예측 승률,
### 최근 10경기 승률, 연승 및 연패에 가중치를 곱해 새로운 승률을 계산하고 이를 통해 승부를 예측하여 롯데가 강팀이라는 것을
### 증명해보도록 하겠다.
***
## 프로젝트 설명
야구에는 수 많은 데이터가 존재하고 이를 통해 승패를 예측할 수 있다.
따라서 현재 승률, 피타고리안 승률, 통계청 예측 승률,
최근 10경기 승률, 연승 및 연패에 가중치를 곱해 새로운 승률을 계산하고 이를 통해 승부를 예측하여 롯데가 강팀이라는 것을
증명해보도록 하겠다. (하지만 프로젝트의 결론은 롯데는 강팀이 아니라는 것이다.)
<img
src =
"http://khuhub.khu.ac.kr/2018102165/2020_KBO_Winning_Prediction_Program/raw/b4e5d964c9802b4eafa50672e1a848cb691492b6/example.png"
>
## <사용 방법>
### 1. <a href = "https://www.2020lotte.tk"> www.lotte2020.tk</a>에 접속한다.
### 2. [Choose Lotte's oppsing team]이라는 메뉴를 클릭한다.
### 3. 롯데의 상대팀의 로고를 클릭하고 승부예측 결과를 확인한다.
### 4. 실제 경기 결과와 비교해본다!
## 사용 방법
#### 1. <a href = "https://www.2020lotte.tk"> www.lotte2020.tk</a>에 접속한다.
#### 2. [Choose Lotte's oppsing team]이라는 메뉴를 클릭한다.
#### 3. 롯데의 상대팀의 로고를 클릭하고 승부예측 결과를 확인한다.
#### 4. 실제 경기 결과와 비교해본다
***
# License
MIT License
Copyright (c) 2020 KBO Winning Prediction - Lotte Giants
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
...
...
Please
register
or
login
to post a comment