- Effective Amazon Machine Learning
- Alexis Perrier
- 120字
- 2021-07-03 00:17:51
Adding features?
In general, adding new features that are correlated in some ways to the outcome brings information and improves a model. However, adding too many features with little predictive power may end up bringing confusion to that same model and in the end degrading its performance.
Feature selection by removal of the least interesting features is worth trying when the sample size is small compared to the number of features; it leads to too few observations or too many features. There are different strategies (http://machinelearningmastery.com/an-introduction-to-feature-selection/) to identify and remove weak features. Selecting features based on their correlation with the outcome and discarding features with little or no correlation with the outcome will usually improve your model.
- Microsoft SQL Server企業級平臺管理實踐
- 算法競賽入門經典:習題與解答
- Hands-On Machine Learning with Microsoft Excel 2019
- Word 2010中文版完全自學手冊
- 分布式數據庫系統:大數據時代新型數據庫技術(第3版)
- 卷積神經網絡的Python實現
- 深入淺出MySQL:數據庫開發、優化與管理維護(第2版)
- 新基建:數據中心創新之路
- Apache Kylin權威指南
- 科研統計思維與方法:SPSS實戰
- Python數據分析與數據化運營
- Power BI智能數據分析與可視化從入門到精通
- 區塊鏈技術應用與實踐案例
- 菜鳥學SPSS數據分析
- Spring Boot 2.0 Cookbook(Second Edition)