-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy paths13.html
172 lines (143 loc) · 4.54 KB
/
s13.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE HTML>
<!--
Paradigm Shift by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>DeepBake Season 13</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="DeepBake Predictions" />
<meta name="keywords" content="deepbake" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<section class="intro">
<header>
<h1>DeepBake Season 13</h1>
<p>
Predictions for season 13 updated weekly.
<br>
<a href="#probs">Most recent predictions</a>
<br>
<a href="#intro">Details about predictions</a>
</p>
<ul class="actions">
<li><a href="#first" class="arrow scrolly"><span class="label">Next</span></a></li>
</ul>
</header>
<div class="content">
<span class="image fill" data-position="center"><img src="fig/background1.jpg" alt="" /></span>
</div>
</section>
<!-- Probs -->
<section id='GBBO Probability'>
<header>
<a name="probs"></a>
<h2>Probabilities</h2>
</header>
<div class="content">
<span class="image fit">
<img src="fig/s13/deepbake_probs_s13.png" alt="GBBO Season 13 Predictions"/>
</span>
<style type="text/css">
#T_f0bdc_row0_col1 {
background-color: #7cf7d6;
color: #000000;
}
#T_f0bdc_row0_col2 {
background-color: #5cf5cc;
color: #000000;
}
#T_f0bdc_row1_col1, #T_f0bdc_row1_col2 {
background-color: #9bf9e0;
color: #000000;
}
#T_f0bdc_row2_col1 {
background-color: #fbfffe;
color: #000000;
}
#T_f0bdc_row2_col2 {
background-color: #3cf3c2;
color: #000000;
}
</style>
<table id="T_f0bdc">
<thead>
<tr>
<th id="T_f0bdc_level0_col0" class="col_heading level0 col0" >Baker</th>
<th id="T_f0bdc_level0_col1" class="col_heading level0 col1" >GBBO Winner</th>
<th id="T_f0bdc_level0_col2" class="col_heading level0 col2" >GBBO Finalist</th>
</tr>
</thead>
<tbody>
<tr>
<td id="T_f0bdc_row0_col0" class="data row0 col0" >Syabira</td>
<td id="T_f0bdc_row0_col1" class="data row0 col1" >75.7</td>
<td id="T_f0bdc_row0_col2" class="data row0 col2" >83.2</td>
</tr>
<tr>
<td id="T_f0bdc_row1_col0" class="data row1 col0" >Abdul</td>
<td id="T_f0bdc_row1_col1" class="data row1 col1" >67.8</td>
<td id="T_f0bdc_row1_col2" class="data row1 col2" >70.8</td>
</tr>
<tr>
<td id="T_f0bdc_row2_col0" class="data row2 col0" >Sandro</td>
<td id="T_f0bdc_row2_col1" class="data row2 col1" >38.4</td>
<td id="T_f0bdc_row2_col2" class="data row2 col2" >90.8</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- Copyright
<div class="copyright">© Untitled. All rights reserved. Design: <a href="https://html5up.net">HTML5 UP</a>.</div>
-->
<!-- Intro -->
<section id='Intro'>
<header>
<a name="intro"></a>
<h2>A little bit on the predictions</h2>
</header>
<div class="content">
<p>
For each baker, DeepBake calculates probabilities for the following brackets.
<ul class="feature-icons">
<li class="icon solid fa-trophy"> 1. GBBO Winner</li>
<li class="icon solid fa-medal"> 2. GBBO Finalist</li>
</ul>
</p>
<p>
For more details, check out the <a href="https://github.com/dantaki/DeepBake#what-is-this">GitHub</a> repository.
</p>
<p>
DeepBake seems to get better at predicting who will win the competition after week 4. Check out previous predictions for<a href="s10.html"> season 10</a>, <a href="s11.html"> season 11</a>, and <a href="s12.html"> season 12</a>.
</p>
</div>
</section>
<!-- Footer -->
<section>
<footer>
<li>
<ul class="icons">
<li><a href="index.html" class="icon solid fa-home"><span class="label">Home</span></a></li>
</ul>
</li>
</ul>
</footer>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>