mle#
Series: lecture-python.myst
File:
lectures/mle.mdAudit date: 2026-05-28
Categories audited: writing, math, code, figures, references, links, admonitions (JAX out of scope)
Overall score: 8.9 / 10
Priority: NONE
Score breakdown#
Category |
Score |
One-line note |
|---|---|---|
Writing |
10/10 |
No writing issues. |
Math |
6/10 |
Vectors/matrices typeset with |
Code |
9.5/10 |
Mixed Greek conventions in code (word=11, uni=11). |
JAX |
out of scope |
JAX lecture — JAX rules not audited per scope. |
Figures |
8.5/10 |
|
References |
9/10 |
Citation style follows conventions. |
Links |
9/10 |
1 full URL(s) to same series. |
Admonitions |
10/10 |
Exercise/solution structure clean. |
Issues#
Critical#
None found.
High severity#
[qe-math-004] — Vectors/matrices typeset with
\mathbfor\boldsymbol(style guide says no bold for vectors). Examples: line 187, line 194. Count: 106 occurrences across 57 lines.
Medium severity#
None found.
Low severity#
[qe-code-002] — Mixed Greek conventions in code (word=11, uni=11).
[qe-fig-001] —
figsize=set in 7 places — usually unnecessary.[qe-fig-005] — Figures lack descriptive
name:fields for cross-referencing (4 plot calls, 0 named).[qe-fig-008] —
lw=2parameter missing from 4.plot()calls.[qe-link-001] — 1 full URL(s) to same series. Examples: line 152.
Strengths#
Headings use sentence case consistently.
Uses “IID” or no IID terminology.
Transpose notation uses
\topconsistently (no prime/^T).Normal distribution written as plain
N.aligned(notalign) used in$$math.Solutions use
:class: dropdownconsistently.No
ax.set_title()in main figures.Axis labels lowercase.
No embedded matplotlib titles in main figures.
Recommended actions#
Address
qe-math-004: Vectors/matrices typeset with\mathbfor\boldsymbol(style guide says no bold for vectors).Address
qe-code-002: Mixed Greek conventions in code (word=11, uni=11).Address
qe-fig-001:figsize=set in 7 places — usually unnecessary.Address
qe-fig-005: Figures lack descriptivename:fields for cross-referencing (4 plot calls, 0 named).Address
qe-fig-008:lw=2parameter missing from 4.plot()calls.