diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2019-01-03-discriminant-analysis.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/posts/2019-01-03-discriminant-analysis.md b/posts/2019-01-03-discriminant-analysis.md index 28c53d5..47e2cc8 100644 --- a/posts/2019-01-03-discriminant-analysis.md +++ b/posts/2019-01-03-discriminant-analysis.md @@ -16,8 +16,11 @@ Learning](https://web.stanford.edu/~hastie/ElemStatLearn/), [Stanford 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). +Research was done while working at KTH mathematics department. -This post is licensed under CC BY-SA and GNU FDL. +_If you are reading on a mobile device, you may need to "request desktop site" +for the equations to be properly displayed. This post is licensed under CC BY-SA +and GNU FDL._ Theory ------ |