qr_decomp#
Series: lecture-python.myst
File:
lectures/qr_decomp.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions
Overall score: 9.2 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
8/10 |
Section headings use Title Case rather than sentence case. |
Math |
9/10 |
Single transpose using prime or |
Code |
10/10 |
Clean code conventions. |
JAX |
out of scope |
not a JAX lecture |
Figures |
N/A |
No figures. |
References |
N/A |
No citations. |
Links |
10/10 |
Link style follows conventions. |
Admonitions |
N/A |
No admonitions. |
Issues#
Critical#
None found.
High severity#
None found.
Medium severity#
[qe-writing-006] — Section headings use Title Case rather than sentence case. Examples: line 29
Matrix Factorization, line 165Some Code. Count: 3.
Low severity#
[qe-math-002] — Single transpose using prime or
^Trather than\top. Example: line 385.
Strengths#
Uses “IID” or no IID terminology.
No bold vectors/matrices.
Normal distribution written as plain
N.aligned(notalign) used in$$math.
Recommended actions#
Address
qe-writing-006: Section headings use Title Case rather than sentence case.Address
qe-math-002: Single transpose using prime or^Trather than\top.