slds-lmu / lecture_i2ml

I2ML lecture repository
https://slds-lmu.github.io/i2ml/
Creative Commons Attribution 4.0 International
145 stars 81 forks source link

[Automated] Update latex-math #1130

Closed github-actions[bot] closed 11 months ago

github-actions[bot] commented 11 months ago

Automated changes by update-latex-math.yaml workflow. Compare and merge to keep latex-math up to date with latex-math. This branch will automatically be updated on subsequent commits.

jemus42 commented 11 months ago

Current latex-math removes some commands compared to the version in this repo, e.g. \Lpiv.

A quick grep shows this is used in at least one slide set:

❯ rg -F "\Lpiv"
slides/cart/slides-cart-splitcriteria-classification.tex
28:\item (Multi-class) Brier score $\Lpiv =  \sumkg (\pik - o_k(y))^2$,\\ a.k.a. $L_2$ loss on probabilities
29:\item (Multi-class) Log loss $\Lpiv =  - \sumkg o_k(y) \log(\pik)$, \\

We'd have to check for removed macros in the slides etc. before we can merge.

jemus42 commented 11 months ago

I've updated the latex-math repo to add the missing commands, assuming they were omitted in error. Now the only changes are formatting and additions, no removals, so this should be safe to merge.