Skip to content

Commit f96a4e5

Browse files
committed
jd-update
1 parent 20a2699 commit f96a4e5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "1.0.0"
55
[deps]
66
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
77
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
8+
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
89
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
910
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
1011
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ <h2 id=introduction_to_statistical_learning ><a href="/MLJTutorials/index.html#i
5252

5353
<li><p><a href="/MLJTutorials/pub/isl/lab-9.html">Lab 9</a>, SVM &#40;<em>partial</em>&#41;</p>
5454

55-
<li><p><a href="/MLJTutorials/pub/isl/lab-10.html">Lab 10</a>, PCA and clustering &#40;<em>ongoing</em>&#41;</p>
55+
<li><p><a href="/MLJTutorials/pub/isl/lab-10.html">Lab 10</a>, PCA and clustering &#40;<em>partial</em>&#41;</p>
5656

5757
</ul>
5858

5959
<div class=page-foot >
6060
<div class=copyright >
61-
&copy; Anthony Blaom, Thibaut Lienart and collaborators. Last modified: November 18, 2019. Website built with <a href="https://github.com/tlienart/JuDoc.jl">JuDoc.jl</a>.
61+
&copy; Anthony Blaom, Thibaut Lienart and collaborators. Last modified: November 19, 2019. Website built with <a href="https://github.com/tlienart/JuDoc.jl">JuDoc.jl</a>.
6262
</div>
6363
</div>
6464

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Also note that some of the things used in the ISL labs are not (yet) supported b
6060
* [Lab 6b](/pub/isl/lab-6b.html), Ridge and Lasso regression
6161
* [Lab 8](/pub/isl/lab-8.html), Tree-based models
6262
* [Lab 9](/pub/isl/lab-9.html), SVM (_partial_)
63-
* [Lab 10](/pub/isl/lab-10.html), PCA and clustering (_ongoing_)
63+
* [Lab 10](/pub/isl/lab-10.html), PCA and clustering (_partial_)

0 commit comments

Comments
 (0)