- Mastering Machine Learning with R(Second Edition)
- Cory Lesmeister
- 103字
- 2021-07-09 18:23:59
Ridge regression
Let's begin by exploring what ridge regression is and what it can and cannot do for you. With ridge regression, the normalization term is the sum of the squared weights, referred to as an L2-norm. Our model is trying to minimize RSS + λ(sum Bj2). As lambda increases, the coefficients shrink toward zero but never become zero. The benefit may be an improved predictive accuracy, but as it does not zero out the weights for any of your features, it could lead to issues in the model's interpretation and communication. To help with this problem, we will turn to LASSO.
推薦閱讀
- 數據分析實戰:基于EXCEL和SPSS系列工具的實踐
- 輕松學大數據挖掘:算法、場景與數據產品
- Python廣告數據挖掘與分析實戰
- 數亦有道:Python數據科學指南
- Python金融數據分析(原書第2版)
- Power BI商業數據分析完全自學教程
- 網站數據庫技術
- 大數據治理與安全:從理論到開源實踐
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 聯動Oracle:設計思想、架構實現與AWR報告
- Oracle 11g+ASP.NET數據庫系統開發案例教程
- Python 3爬蟲、數據清洗與可視化實戰
- Scratch 2.0 Game Development HOTSHOT
- 數據中臺實戰:手把手教你搭建數據中臺
- SQL進階教程(第2版)