- Advanced Machine Learning with R
- Cory Lesmeister Dr. Sunil Kumar Chinnamgari
- 233字
- 2021-06-24 14:24:38
Advanced Feature Selection in Linear Models
So far, we've examined the usage of linear models for both quantitative and qualitative outcomes with an eye on the techniques of feature selection, that is, the methods and techniques that exclude useless or unwanted predictor variables. We saw that linear models can be quite useful in machine learning problems, how piece-wise linear models can capture non-linear relationships as multivariate adaptive regression splines. Additional techniques have been developed and refined in the last couple of decades that can improve predictive ability and interpretability above and beyond the linear models that we discussed in the preceding chapters. In this day and age, many datasets, such as those in the two prior chapters, have numerous features. It isn't unreasonable to have datasets with thousands of potential features.
The methods in this chapter might prove to be a better way to approach feature reduction and selection. In this chapter, we'll look at the concept of regularization where the coefficients are constrained or shrunk towards zero. There're many methods and permutations to these methods of regularization, but we'll focus on ridge regression, Least Absolute Shrinkage and Selection Operator (LASSO), and, finally, elastic net, which combines the benefits of both techniques into one.
The following are the topics we'll cover in this chapter:
- Overview of regularization
- Dataset creation
- Ridge regression
- LASSO
- Elastic net
- 新媒體跨界交互設(shè)計(jì)
- Learning Cocos2d-x Game Development
- Python GUI Programming:A Complete Reference Guide
- 數(shù)字道路技術(shù)架構(gòu)與建設(shè)指南
- Linux運(yùn)維之道(第2版)
- 嵌入式系統(tǒng)設(shè)計(jì)教程
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 電腦橫機(jī)使用與維修
- STM32自學(xué)筆記
- The Machine Learning Workshop
- MicroPython Cookbook
- 計(jì)算機(jī)組裝與維護(hù)
- 計(jì)算機(jī)組裝與維護(hù)立體化教程(微課版)
- 快·易·通:2天學(xué)會(huì)電腦組裝·系統(tǒng)安裝·日常維護(hù)與故障排除
- Machine Learning Projects for Mobile Applications