标签: machine-learning linear-regression lasso
Andreas C. Muller的书Introduction to Machine Learning with python 说:-
Introduction to Machine Learning with python
Rasso是正则化线性回归的Ridge的替代方法。与ridge回归一样,使用套索也将系数限制为接近零,但方式略有不同,称为L1正则化。 L1正则化的结果是,使用套索时,某些系数正好为零。
我的问题是,某些系数怎么可能恰好为零?我很困惑。