I understood this wiki example of likelihood (likelihood function).
given the observed data HH, the likelihood that the model parameter $p_\text{H}$ equals 0.5 is 0.25. Mathematically, this is written as
${\displaystyle {\mathcal {L}}(p_{\text{H}}=0.5\mid {\text{HH}})=0.25.} \tag{eq 1}$
This CMU Machine Learning course with timestamp gives this notation
$L(Outcomes \mid Me)$
Later, that course gives this notation
$L(O_1, ..., O_n\mid M)$, where $O_i$ denotes ith outcome, $M$ denotes Model.
per my previous understanding Model is a structured set of parameters, corresponds to $p_{\text{H}}$ in eq1, which means this course denote likelihood in a inverse order.
what am I missing? or both order are correct?