small update
This commit is contained in:
@@ -239,7 +239,7 @@ MathJax.Hub.Config({
|
||||
<ul>
|
||||
<li> Define a range of interest for the penalty parameter.</li>
|
||||
<li> Divide the data set into training and test set comprising samples \( \{1, \ldots, n\} \setminus i \) and \( \{ i \} \), respectively.</li>
|
||||
<li> Fit the linear regression model by means of ridge estimation for each \( \lambda \) in the grid using the training set, and the corresponding estimate of the error variance \( \boldsymbol{\sigma}_{-i}^2(\lambda) \), as</li>
|
||||
<li> Fit the linear regression model by means of for example Ridge or Lasso regression for each \( \lambda \) in the grid using the training set, and the corresponding estimate of the error variance \( \boldsymbol{\sigma}_{-i}^2(\lambda) \), as</li>
|
||||
</ul>
|
||||
$$
|
||||
\begin{align*}
|
||||
|
||||
@@ -243,10 +243,10 @@ MathJax.Hub.Config({
|
||||
<li> Split the dataset into \( k \) groups.</li>
|
||||
<li> For each unique group:
|
||||
<ol type="a"></li>
|
||||
<li> Decide which group to use as set for test data</li>
|
||||
<li> Take the remaining groups as a training data set</li>
|
||||
<li> Fit a model on the training set and evaluate it on the test set</li>
|
||||
<li> Retain the evaluation score and discard the model</li>
|
||||
<li> Decide which group to use as set for test data</li>
|
||||
<li> Take the remaining groups as a training data set</li>
|
||||
<li> Fit a model on the training set and evaluate it on the test set</li>
|
||||
<li> Retain the evaluation score and discard the model</li>
|
||||
</ol>
|
||||
<li> Summarize the model using the sample of model evaluation scores</li>
|
||||
</ol>
|
||||
|
||||
@@ -307,7 +307,7 @@ cross-validation (LOOCV).
|
||||
<ul>
|
||||
<p><li> Define a range of interest for the penalty parameter.</li>
|
||||
<p><li> Divide the data set into training and test set comprising samples \( \{1, \ldots, n\} \setminus i \) and \( \{ i \} \), respectively.</li>
|
||||
<p><li> Fit the linear regression model by means of ridge estimation for each \( \lambda \) in the grid using the training set, and the corresponding estimate of the error variance \( \boldsymbol{\sigma}_{-i}^2(\lambda) \), as</li>
|
||||
<p><li> Fit the linear regression model by means of for example Ridge or Lasso regression for each \( \lambda \) in the grid using the training set, and the corresponding estimate of the error variance \( \boldsymbol{\sigma}_{-i}^2(\lambda) \), as</li>
|
||||
</ul>
|
||||
<p>
|
||||
<p> <br>
|
||||
@@ -338,10 +338,10 @@ $$
|
||||
<p><li> Split the dataset into \( k \) groups.</li>
|
||||
<p><li> For each unique group:
|
||||
<ol type="a"></li>
|
||||
<p><li> Decide which group to use as set for test data</li>
|
||||
<p><li> Take the remaining groups as a training data set</li>
|
||||
<p><li> Fit a model on the training set and evaluate it on the test set</li>
|
||||
<p><li> Retain the evaluation score and discard the model</li>
|
||||
<p><li> Decide which group to use as set for test data</li>
|
||||
<p><li> Take the remaining groups as a training data set</li>
|
||||
<p><li> Fit a model on the training set and evaluate it on the test set</li>
|
||||
<p><li> Retain the evaluation score and discard the model</li>
|
||||
</ol>
|
||||
<p>
|
||||
<p><li> Summarize the model using the sample of model evaluation scores</li>
|
||||
|
||||
@@ -284,7 +284,7 @@ cross-validation (LOOCV).
|
||||
<ul>
|
||||
<li> Define a range of interest for the penalty parameter.</li>
|
||||
<li> Divide the data set into training and test set comprising samples \( \{1, \ldots, n\} \setminus i \) and \( \{ i \} \), respectively.</li>
|
||||
<li> Fit the linear regression model by means of ridge estimation for each \( \lambda \) in the grid using the training set, and the corresponding estimate of the error variance \( \boldsymbol{\sigma}_{-i}^2(\lambda) \), as</li>
|
||||
<li> Fit the linear regression model by means of for example Ridge or Lasso regression for each \( \lambda \) in the grid using the training set, and the corresponding estimate of the error variance \( \boldsymbol{\sigma}_{-i}^2(\lambda) \), as</li>
|
||||
</ul>
|
||||
$$
|
||||
\begin{align*}
|
||||
@@ -310,10 +310,10 @@ $$
|
||||
<li> Split the dataset into \( k \) groups.</li>
|
||||
<li> For each unique group:
|
||||
<ol type="a"></li>
|
||||
<li> Decide which group to use as set for test data</li>
|
||||
<li> Take the remaining groups as a training data set</li>
|
||||
<li> Fit a model on the training set and evaluate it on the test set</li>
|
||||
<li> Retain the evaluation score and discard the model</li>
|
||||
<li> Decide which group to use as set for test data</li>
|
||||
<li> Take the remaining groups as a training data set</li>
|
||||
<li> Fit a model on the training set and evaluate it on the test set</li>
|
||||
<li> Retain the evaluation score and discard the model</li>
|
||||
</ol>
|
||||
<li> Summarize the model using the sample of model evaluation scores</li>
|
||||
</ol>
|
||||
|
||||
@@ -361,7 +361,7 @@ cross-validation (LOOCV).
|
||||
<ul>
|
||||
<li> Define a range of interest for the penalty parameter.</li>
|
||||
<li> Divide the data set into training and test set comprising samples \( \{1, \ldots, n\} \setminus i \) and \( \{ i \} \), respectively.</li>
|
||||
<li> Fit the linear regression model by means of ridge estimation for each \( \lambda \) in the grid using the training set, and the corresponding estimate of the error variance \( \boldsymbol{\sigma}_{-i}^2(\lambda) \), as</li>
|
||||
<li> Fit the linear regression model by means of for example Ridge or Lasso regression for each \( \lambda \) in the grid using the training set, and the corresponding estimate of the error variance \( \boldsymbol{\sigma}_{-i}^2(\lambda) \), as</li>
|
||||
</ul>
|
||||
$$
|
||||
\begin{align*}
|
||||
@@ -387,10 +387,10 @@ $$
|
||||
<li> Split the dataset into \( k \) groups.</li>
|
||||
<li> For each unique group:
|
||||
<ol type="a"></li>
|
||||
<li> Decide which group to use as set for test data</li>
|
||||
<li> Take the remaining groups as a training data set</li>
|
||||
<li> Fit a model on the training set and evaluate it on the test set</li>
|
||||
<li> Retain the evaluation score and discard the model</li>
|
||||
<li> Decide which group to use as set for test data</li>
|
||||
<li> Take the remaining groups as a training data set</li>
|
||||
<li> Fit a model on the training set and evaluate it on the test set</li>
|
||||
<li> Retain the evaluation score and discard the model</li>
|
||||
</ol>
|
||||
<li> Summarize the model using the sample of model evaluation scores</li>
|
||||
</ol>
|
||||
|
||||
Binary file not shown.
+139
-139
File diff suppressed because it is too large
Load Diff
@@ -110,7 +110,7 @@ cross-validation (LOOCV).
|
||||
|
||||
* Divide the data set into training and test set comprising samples $\{1, \ldots, n\} \setminus i$ and $\{ i \}$, respectively.
|
||||
|
||||
* Fit the linear regression model by means of ridge estimation for each $\lambda$ in the grid using the training set, and the corresponding estimate of the error variance $\bm{\sigma}_{-i}^2(\lambda)$, as
|
||||
* Fit the linear regression model by means of for example Ridge or Lasso regression for each $\lambda$ in the grid using the training set, and the corresponding estimate of the error variance $\bm{\sigma}_{-i}^2(\lambda)$, as
|
||||
!bt
|
||||
\begin{align*}
|
||||
\bm{\beta}_{-i}(\lambda) & = ( \bm{X}_{-i, \ast}^{T}
|
||||
@@ -134,10 +134,10 @@ For the various values of $k$
|
||||
o shuffle the dataset randomly.
|
||||
o Split the dataset into $k$ groups.
|
||||
o For each unique group:
|
||||
o Decide which group to use as set for test data
|
||||
o Take the remaining groups as a training data set
|
||||
o Fit a model on the training set and evaluate it on the test set
|
||||
o Retain the evaluation score and discard the model
|
||||
o Decide which group to use as set for test data
|
||||
o Take the remaining groups as a training data set
|
||||
o Fit a model on the training set and evaluate it on the test set
|
||||
o Retain the evaluation score and discard the model
|
||||
o Summarize the model using the sample of model evaluation scores
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user