From c080018673611dd5260f5510853a49cc8b214233 Mon Sep 17 00:00:00 2001 From: Morten Hjorth-Jensen Date: Wed, 5 Aug 2020 11:16:09 +0200 Subject: [PATCH] more to do on regression --- doc/src/Regression/Regression.do.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/Regression/Regression.do.txt b/doc/src/Regression/Regression.do.txt index 6840a6107..c5bfc053a 100644 --- a/doc/src/Regression/Regression.do.txt +++ b/doc/src/Regression/Regression.do.txt @@ -14,8 +14,8 @@ DATE: today * add material on ridge and lasso and link to SVD, show proofs, use doughnut example * clean up math formalism, hats to boldface * add material about kernel regression and splines -* rewrite Cross validation part and add discussion of train, validate and test - +* rewrite Cross validation part and add discussion of train, validate and test, think of placing in statistics part or merge statistics into the reg material +* add discussion of training, validation and testing using ridge and lasso regression. demonstrate usage of gridsearch in validation case. !split ===== Why Linear Regression (aka Ordinary Least Squares and family) =====