Ridge regression is also known as Tikhonov regularization - a method of regularization of ill-posed regression problems.
lasso(least absolute shrinkage and selection operator; also Lasso or LASSO) is a regression analysis method that performs both variable selection and regularization in order to enhance the prediction accuracy and interpret-ability of the statistical model it produces
评论
Ridge regression is also known as Tikhonov regularization - a method of regularization of ill-posed regression problems.
lasso (least absolute shrinkage and selection operator; also Lasso or LASSO) is a regression analysis method that performs both variable selection and regularization in order to enhance the prediction accuracy and interpret-ability of the statistical model it produces
请先登录再写评论。