File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989$$
9090
9191
92- 5 . $k$-fold cross validation with negative log-likelihood loss.
92+ 5 . $K$-fold cross validation with negative log-likelihood loss.
93+
94+
95+ @fig-cv illustrates the $K$-fold cross-validation procedure used for tuning
96+ the parameters $\lambda$ and $\alpha$. The notation $\# \lambda$ and $\# \alpha$
97+ denotes the number of candidate values considered for $\lambda$ and $\alpha$,
98+ respectively, forming a grid of $\mathrm{\# }\lambda \times \mathrm{\# }\alpha$
99+ total parameter combinations. For each of the $K$ iterations, negative
100+ log-likelihood loss is evaluated for all parameter combinations, yielding
101+ $K$ performance values per combination. The optimal parameter pair is selected
102+ as the one achieving the lowest average loss across the $K$ iterations.
93103
94104
95105::: {#fig-cv}
You can’t perform that action at this time.
0 commit comments