aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2019-01-03 11:27:05 +0100
committerYuchen Pei <me@ypei.me>2019-01-03 11:27:05 +0100
commitd61a0dadd70965c6d35a683c482ebcc385f662b1 (patch)
treeaf7587fe3143e29eadbd04759220777873c98439 /posts
parent2d8728e65082a87f7f92c37d07237f89fa292af7 (diff)
minor
Diffstat (limited to 'posts')
-rw-r--r--posts/2019-01-03-discriminant-analysis.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/2019-01-03-discriminant-analysis.md b/posts/2019-01-03-discriminant-analysis.md
index 2aa3ba6..3e732db 100644
--- a/posts/2019-01-03-discriminant-analysis.md
+++ b/posts/2019-01-03-discriminant-analysis.md
@@ -5,7 +5,7 @@ template: post
comments: true
---
-In this post I talk about theory and implementation of linear and
+In this post I talk about the theory and implementation of linear and
quadratic discriminant analysis, classical methods in statistical
learning.
@@ -13,7 +13,7 @@ learning.
help to my understanding of the subject, including Chapter 4 of [The
Elements of Statistical
Learning](https://web.stanford.edu/~hastie/ElemStatLearn/), [Stanford
-CS229 Lecture notes](http://cs229.stanford.edu/notes/cs229-notes2.pdf),
+CS229 Lecture notes](http://cs229.stanford.edu/notes/cs229-notes2.pdf),
and [the scikit-learn
code](https://github.com/scikit-learn/scikit-learn/blob/7389dba/sklearn/discriminant_analysis.py).