career#

  • Series: lecture-python.myst

  • File: lectures/career.md

  • Audit date: 2026-05-28

  • Categories audited: writing, math, code, figures, references, links, admonitions

  • Overall score: 9.4 / 10

  • Priority: NONE

Score breakdown#

Category

Score

One-line note

Writing

9/10

One section heading uses Title Case.

Math

10/10

No math issues.

Code

9.5/10

Mixed Greek conventions in code (word=6, uni=6).

JAX

out of scope

not a JAX lecture

Figures

9/10

figsize= set in 5 places — usually unnecessary.

References

9/10

Citation style follows conventions.

Links

N/A

No external links.

Admonitions

10/10

Exercise/solution structure clean.

Issues#

Critical#

None found.

High severity#

None found.

Medium severity#

None found.

Low severity#

  • [qe-writing-006] — One section heading uses Title Case. Example: line 60 Model Features.

  • [qe-code-002] — Mixed Greek conventions in code (word=6, uni=6).

  • [qe-fig-001]figsize= set in 5 places — usually unnecessary.

  • [qe-fig-008]lw=2 parameter missing from 3 .plot() calls.

Strengths#

  • Uses “IID” or no IID terminology.

  • Transpose notation uses \top consistently (no prime/^T).

  • No bold vectors/matrices.

  • Normal distribution written as plain N.

  • aligned (not align) used in $$ math.

  • Solutions use :class: dropdown consistently.

  • No ax.set_title() in main figures.

  • Axis labels lowercase.