diff options
author | Yuchen Pei <me@ypei.me> | 2019-01-11 11:09:34 +0100 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2019-01-11 11:09:34 +0100 |
commit | 9dfd1ec354a986156fc06c4f839671f361e07c6e (patch) | |
tree | 0c045d047a674f881620a883fcb245009672598a /posts | |
parent | cc8c8d0fbe7caa0800c9a8749dfa4c65b4bccc56 (diff) |
minor
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 ------ |