From 29464c86a1529fe315823e8b2cba2f1d512e07ee Mon Sep 17 00:00:00 2001 From: mhjensen Date: Sun, 6 Sep 2020 22:46:11 +0200 Subject: [PATCH] to do list --- doc/src/Regression/todo.list | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/Regression/todo.list b/doc/src/Regression/todo.list index 565645669..ca6d8dbad 100644 --- a/doc/src/Regression/todo.list +++ b/doc/src/Regression/todo.list @@ -5,6 +5,7 @@ * Same for the Ising model * Clean up part on statistics and resampling methods * add material on ridge and lasso and link to SVD, show proofs, use doughnut example +* rewrite as a book * 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, think of placing in statistics part or merge statistics into the reg material. add more formal stat on bootstrapping