From abf077d36ea300fe0ecb82bafc3fcca183113629 Mon Sep 17 00:00:00 2001 From: mhjensen Date: Sat, 5 Sep 2020 22:14:49 +0200 Subject: [PATCH] added to do on lasso --- doc/src/Regression/todo.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/Regression/todo.list b/doc/src/Regression/todo.list index b12bdd460..565645669 100644 --- a/doc/src/Regression/todo.list +++ b/doc/src/Regression/todo.list @@ -9,4 +9,4 @@ * 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 * add discussion of training, validation and testing using ridge and lasso regression. demonstrate usage of gridsearch in validation case. - +* add material about Lasso algorithm