Skip to content

Commit b30d8ef

Browse files
rebuild
1 parent 74b84b9 commit b30d8ef

20 files changed

+27
-27
lines changed

docs/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="author" content="Melissa Lee" />
2727

2828

29-
<meta name="date" content="2021-11-13" />
29+
<meta name="date" content="2021-11-18" />
3030

3131
<meta name="viewport" content="width=device-width, initial-scale=1" />
3232
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/Getting-started-with-version-control.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="author" content="Melissa Lee" />
2727

2828

29-
<meta name="date" content="2021-11-13" />
29+
<meta name="date" content="2021-11-18" />
3030

3131
<meta name="viewport" content="width=device-width, initial-scale=1" />
3232
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/about-the-authors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="author" content="Melissa Lee" />
2727

2828

29-
<meta name="date" content="2021-11-13" />
29+
<meta name="date" content="2021-11-18" />
3030

3131
<meta name="viewport" content="width=device-width, initial-scale=1" />
3232
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/acknowledgments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="author" content="Melissa Lee" />
2727

2828

29-
<meta name="date" content="2021-11-13" />
29+
<meta name="date" content="2021-11-18" />
3030

3131
<meta name="viewport" content="width=device-width, initial-scale=1" />
3232
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/appendixA.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="author" content="Melissa Lee" />
2727

2828

29-
<meta name="date" content="2021-11-13" />
29+
<meta name="date" content="2021-11-18" />
3030

3131
<meta name="viewport" content="width=device-width, initial-scale=1" />
3232
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/classification.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/classification2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="author" content="Melissa Lee" />
2727

2828

29-
<meta name="date" content="2021-11-13" />
29+
<meta name="date" content="2021-11-18" />
3030

3131
<meta name="viewport" content="width=device-width, initial-scale=1" />
3232
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/clustering.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="author" content="Melissa Lee" />
2727

2828

29-
<meta name="date" content="2021-11-13" />
29+
<meta name="date" content="2021-11-18" />
3030

3131
<meta name="viewport" content="width=device-width, initial-scale=1" />
3232
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -641,8 +641,8 @@ <h2><span class="header-section-number">9.3</span> Clustering</h2>
641641
</p>
642642
<p>Before we get started, we will load the <code>tidyverse</code> metapackage
643643
as well as set a random seed.
644-
This will ensure we have access to the functions we need,
645-
and help make our analysis will be reproducible.
644+
This will ensure we have access to the functions we need
645+
and that our analysis will be reproducible.
646646
As we will learn in more detail later in the chapter,
647647
setting the seed here is important
648648
because the K-means clustering algorithm uses random numbers.</p>

docs/getting-started-with-jupyter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="author" content="Melissa Lee" />
2727

2828

29-
<meta name="date" content="2021-11-13" />
29+
<meta name="date" content="2021-11-18" />
3030

3131
<meta name="viewport" content="width=device-width, initial-scale=1" />
3232
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta name="author" content="Melissa Lee" />
2727

2828

29-
<meta name="date" content="2021-11-13" />
29+
<meta name="date" content="2021-11-18" />
3030

3131
<meta name="viewport" content="width=device-width, initial-scale=1" />
3232
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -535,7 +535,7 @@ <h1 class="title">Data Science: A First Introduction</h1>
535535
<p class="author"><em>Tiffany-Anne Timbers</em></p>
536536
<p class="author"><em>Trevor Campbell</em></p>
537537
<p class="author"><em>Melissa Lee</em></p>
538-
<p class="date"><em>2021-11-13</em></p>
538+
<p class="date"><em>2021-11-18</em></p>
539539
</div>
540540
<div id="preface" class="section level1 unnumbered">
541541
<h1>Preface</h1>

0 commit comments

Comments
 (0)