Skip to content

Commit d789d70

Browse files
committed
more typos
1 parent fab50ca commit d789d70

File tree

8 files changed

+195
-195
lines changed

8 files changed

+195
-195
lines changed

doc/pub/week15/html/week15-bs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,17 +1484,17 @@ <h2 id="small-addendum-f1-score" class="anchor">Small addendum, \( F1 \)-score <
14841484
It is the harmonic mean of precision and recall and is defined as
14851485
</p>
14861486
$$
1487-
\mathrm{F1 score} = 2 \times \frac{\mathrm{precision} \times \mathrm{recall}}{\mathrm{precision} + \mathrm{recall}},
1487+
\mathrm{F1-score} = 2 \times \frac{\mathrm{precision} \times \mathrm{recall}}{\mathrm{precision} + \mathrm{recall}},
14881488
$$
14891489

14901490
<p>where we have defined</p>
14911491
$$
1492-
\mathrm{precision} = \frac{\mathrm{True-Positives}}{\mathrm{True-Positives} + \mathrm{False-Positives}},
1492+
\mathrm{precision} = \frac{\mathrm{True\hspace{0.1cm}Positives}}{\mathrm{True\hspace{0.1cm}Positives} + \mathrm{False\hspace{0.1cm}Positives}},
14931493
$$
14941494

14951495
<p>and</p>
14961496
$$
1497-
\mathrm{recall} = \frac{\mathrm{True-Positives}}{\mathrm{True-Positives} + \mathrm{False-Negatives}}.
1497+
\mathrm{recall} = \frac{\mathrm{True\hspace{0.1cm}Positives}}{\mathrm{True\hspace{0.1cm}Positives} + \mathrm{False\hspace{0.1cm}Negatives}}.
14981498
$$
14991499

15001500
<p>The \( F1 \)-score ranges from \( 0 \) to \( 1 \) where \( 1 \) means perfect precision and recall, while

doc/pub/week15/html/week15-reveal.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,21 +1322,21 @@ <h2 id="small-addendum-f1-score">Small addendum, \( F1 \)-score </h2>
13221322
</p>
13231323
<p>&nbsp;<br>
13241324
$$
1325-
\mathrm{F1 score} = 2 \times \frac{\mathrm{precision} \times \mathrm{recall}}{\mathrm{precision} + \mathrm{recall}},
1325+
\mathrm{F1-score} = 2 \times \frac{\mathrm{precision} \times \mathrm{recall}}{\mathrm{precision} + \mathrm{recall}},
13261326
$$
13271327
<p>&nbsp;<br>
13281328

13291329
<p>where we have defined</p>
13301330
<p>&nbsp;<br>
13311331
$$
1332-
\mathrm{precision} = \frac{\mathrm{True-Positives}}{\mathrm{True-Positives} + \mathrm{False-Positives}},
1332+
\mathrm{precision} = \frac{\mathrm{True\hspace{0.1cm}Positives}}{\mathrm{True\hspace{0.1cm}Positives} + \mathrm{False\hspace{0.1cm}Positives}},
13331333
$$
13341334
<p>&nbsp;<br>
13351335

13361336
<p>and</p>
13371337
<p>&nbsp;<br>
13381338
$$
1339-
\mathrm{recall} = \frac{\mathrm{True-Positives}}{\mathrm{True-Positives} + \mathrm{False-Negatives}}.
1339+
\mathrm{recall} = \frac{\mathrm{True\hspace{0.1cm}Positives}}{\mathrm{True\hspace{0.1cm}Positives} + \mathrm{False\hspace{0.1cm}Negatives}}.
13401340
$$
13411341
<p>&nbsp;<br>
13421342

doc/pub/week15/html/week15-solarized.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,17 +1384,17 @@ <h2 id="small-addendum-f1-score">Small addendum, \( F1 \)-score </h2>
13841384
It is the harmonic mean of precision and recall and is defined as
13851385
</p>
13861386
$$
1387-
\mathrm{F1 score} = 2 \times \frac{\mathrm{precision} \times \mathrm{recall}}{\mathrm{precision} + \mathrm{recall}},
1387+
\mathrm{F1-score} = 2 \times \frac{\mathrm{precision} \times \mathrm{recall}}{\mathrm{precision} + \mathrm{recall}},
13881388
$$
13891389

13901390
<p>where we have defined</p>
13911391
$$
1392-
\mathrm{precision} = \frac{\mathrm{True-Positives}}{\mathrm{True-Positives} + \mathrm{False-Positives}},
1392+
\mathrm{precision} = \frac{\mathrm{True\hspace{0.1cm}Positives}}{\mathrm{True\hspace{0.1cm}Positives} + \mathrm{False\hspace{0.1cm}Positives}},
13931393
$$
13941394

13951395
<p>and</p>
13961396
$$
1397-
\mathrm{recall} = \frac{\mathrm{True-Positives}}{\mathrm{True-Positives} + \mathrm{False-Negatives}}.
1397+
\mathrm{recall} = \frac{\mathrm{True\hspace{0.1cm}Positives}}{\mathrm{True\hspace{0.1cm}Positives} + \mathrm{False\hspace{0.1cm}Negatives}}.
13981398
$$
13991399

14001400
<p>The \( F1 \)-score ranges from \( 0 \) to \( 1 \) where \( 1 \) means perfect precision and recall, while

doc/pub/week15/html/week15.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,17 +1461,17 @@ <h2 id="small-addendum-f1-score">Small addendum, \( F1 \)-score </h2>
14611461
It is the harmonic mean of precision and recall and is defined as
14621462
</p>
14631463
$$
1464-
\mathrm{F1 score} = 2 \times \frac{\mathrm{precision} \times \mathrm{recall}}{\mathrm{precision} + \mathrm{recall}},
1464+
\mathrm{F1-score} = 2 \times \frac{\mathrm{precision} \times \mathrm{recall}}{\mathrm{precision} + \mathrm{recall}},
14651465
$$
14661466

14671467
<p>where we have defined</p>
14681468
$$
1469-
\mathrm{precision} = \frac{\mathrm{True-Positives}}{\mathrm{True-Positives} + \mathrm{False-Positives}},
1469+
\mathrm{precision} = \frac{\mathrm{True\hspace{0.1cm}Positives}}{\mathrm{True\hspace{0.1cm}Positives} + \mathrm{False\hspace{0.1cm}Positives}},
14701470
$$
14711471

14721472
<p>and</p>
14731473
$$
1474-
\mathrm{recall} = \frac{\mathrm{True-Positives}}{\mathrm{True-Positives} + \mathrm{False-Negatives}}.
1474+
\mathrm{recall} = \frac{\mathrm{True\hspace{0.1cm}Positives}}{\mathrm{True\hspace{0.1cm}Positives} + \mathrm{False\hspace{0.1cm}Negatives}}.
14751475
$$
14761476

14771477
<p>The \( F1 \)-score ranges from \( 0 \) to \( 1 \) where \( 1 \) means perfect precision and recall, while
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)