- 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
- SDL Game Development
- Effective STL中文版:50條有效使用STL的經(jīng)驗(雙色)
- BeagleBone By Example
- 嵌入式技術(shù)基礎(chǔ)與實踐(第5版)
- INSTANT ForgedUI Starter
- 計算機維修與維護技術(shù)速成
- 嵌入式系統(tǒng)中的模擬電路設(shè)計
- Visual Media Processing Using Matlab Beginner's Guide
- CC2530單片機技術(shù)與應(yīng)用
- 深入理解序列化與反序列化
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- 單片機技術(shù)及應(yīng)用
- 新編電腦組裝與硬件維修從入門到精通
- 超炫的35個Arduino制作項目
- Spring Cloud微服務(wù)架構(gòu)開發(fā)