updating regression and project 1

This commit is contained in:
mhjensen
2019-09-13 11:47:50 +02:00
parent b7a0979daa
commit 24c7d03264
135 changed files with 865 additions and 3014 deletions
@@ -116,7 +116,7 @@ MathJax.Hub.Config({
<center><b>Department of Physics, University of Oslo, Norway</b></center>
<br>
<p>
<center><h4>Aug 29, 2019</h4></center> <!-- date -->
<center><h4>Sep 13, 2019</h4></center> <!-- date -->
<br>
<h2 id="___sec0">Regression analysis and resampling methods </h2>
@@ -269,7 +269,7 @@ approximately \( 2/3 \) to \( 4/5 \) of the data as training data.
<p>
Implement the \( k \)-fold cross-validation algorithm (write your own
code) and evaluate again the MSE and the \( R^2 \) functions resulting
code) and evaluate again the MSE function resulting
from the test data. You can compare your own code with that from
<b>Scikit-Learn</b> if needed.