aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).