김민재

Update README.md

Showing 1 changed file with 41 additions and 8 deletions
1 # 2020 KBO Winning Prediction - Lotte Giants 1 # 2020 KBO Winning Prediction - Lotte Giants
2 2
3 -### 야구에는 수 많은 데이터가 존재하고 이를 통해 승패를 예측할 수 있다. 따라서 현재 승률, 피타고리안 승률, 통계청 예측 승률, 3 +***
4 -### 최근 10경기 승률, 연승 및 연패에 가중치를 곱해 새로운 승률을 계산하고 이를 통해 승부를 예측하여 롯데가 강팀이라는 것을 4 +## 프로젝트 설명
5 -### 증명해보도록 하겠다. 5 +야구에는 수 많은 데이터가 존재하고 이를 통해 승패를 예측할 수 있다.
6 +따라서 현재 승률, 피타고리안 승률, 통계청 예측 승률,
7 +
8 +최근 10경기 승률, 연승 및 연패에 가중치를 곱해 새로운 승률을 계산하고 이를 통해 승부를 예측하여 롯데가 강팀이라는 것을
9 +
10 +
11 +증명해보도록 하겠다. (하지만 프로젝트의 결론은 롯데는 강팀이 아니라는 것이다.)
6 12
7 13
8 14
9 15
10 <img src = "http://khuhub.khu.ac.kr/2018102165/2020_KBO_Winning_Prediction_Program/raw/b4e5d964c9802b4eafa50672e1a848cb691492b6/example.png"> 16 <img src = "http://khuhub.khu.ac.kr/2018102165/2020_KBO_Winning_Prediction_Program/raw/b4e5d964c9802b4eafa50672e1a848cb691492b6/example.png">
11 -## <사용 방법> 17 +## 사용 방법
12 -### 1. <a href = "https://www.2020lotte.tk"> www.lotte2020.tk</a>에 접속한다. 18 +#### 1. <a href = "https://www.2020lotte.tk"> www.lotte2020.tk</a>에 접속한다.
13 -### 2. [Choose Lotte's oppsing team]이라는 메뉴를 클릭한다. 19 +#### 2. [Choose Lotte's oppsing team]이라는 메뉴를 클릭한다.
14 -### 3. 롯데의 상대팀의 로고를 클릭하고 승부예측 결과를 확인한다. 20 +#### 3. 롯데의 상대팀의 로고를 클릭하고 승부예측 결과를 확인한다.
15 -### 4. 실제 경기 결과와 비교해본다! 21 +#### 4. 실제 경기 결과와 비교해본다
22 +
23 +***
24 +
25 +# License
26 +
27 +MIT License
28 +
29 +Copyright (c) 2020 KBO Winning Prediction - Lotte Giants
30 +
31 +Permission is hereby granted, free of charge, to any person obtaining a copy
32 +of this software and associated documentation files (the "Software"), to deal
33 +in the Software without restriction, including without limitation the rights
34 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35 +copies of the Software, and to permit persons to whom the Software is
36 +furnished to do so, subject to the following conditions:
37 +
38 +The above copyright notice and this permission notice shall be included in all
39 +copies or substantial portions of the Software.
40 +
41 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
42 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
43 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
44 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
45 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
46 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
47 +SOFTWARE.
48 +
......