-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2017predictions.html
72 lines (72 loc) · 1.77 KB
/
2017predictions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<head>
<link rel="stylesheet" href="style.css">
</head>
<html>
<menu>
<a href="index.html">
Home
</a>
<a href="2017predictions.html">
2017 Playoff Predictions
</a>
<a href="data.html">
Data
</a>
<a href="testing.html">
Testing
</a>
<a href="contact.html">
Contact Us
</a>
</menu>
<br>
<body>
<h1>2017 Playoff Predictions</h1>
<p>
Based on data gathered up until the end of the month of May, when this project was completed, the following teams were predicted to make the playoffs after the 2017 season:
</p>
<p>
<div>
Houston Astros
</div>
<div>
Milwaukee Brewers
</div>
<div>
Arizona Diamondbacks
</div>
<div>
Los Angeles Dodgers
</div>
<div>
Cleveland Indians
</div>
<div>
Washington Nationals
</div>
<div>
Tampa Bay Rays
</div>
<div>
Boston Red Sox
</div>
<div>
Colorado Rockies
</div>
<div>
Chicago White Sox*
</div>
<div>
New York Yankees
</div>
</p>
<p>
We know this is 11 teams, and only 10 will make the playoffs. The team with the least probability of these is the Chicago White Sox. Coincidentally, we did not restrict our learner to selecting teams based on their league, but our predictor successfully selected five American League and five National League teams (discouting the White Sox). It also selected one team from each division, plus two more teams who would fill wildcard spots.
</p>
<H1>Looking Back</H1>
<section id="testpix">
<img src = "2017MLBpostseason.jpg">
</section>
<p>Our analysis was able to correctly pick 8 of the 10 teams to make the MLB playoffs for 2017.</p>
</body>
</html>