- 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.
- Redis應(yīng)用實(shí)例
- PySpark大數(shù)據(jù)分析與應(yīng)用
- Python數(shù)據(jù)分析:基于Plotly的動態(tài)可視化繪圖
- 數(shù)據(jù)科學(xué)工程實(shí)踐:用戶行為分析與建模、A/B實(shí)驗(yàn)、SQLFlow
- 數(shù)據(jù)庫原理與應(yīng)用
- 探索新型智庫發(fā)展之路:藍(lán)迪國際智庫報告·2015(上冊)
- Unreal Engine Virtual Reality Quick Start Guide
- 大數(shù)據(jù)技術(shù)原理與應(yīng)用:概念、存儲、處理、分析與應(yīng)用
- 機(jī)器學(xué)習(xí):實(shí)用案例解析
- Oracle 11g+ASP.NET數(shù)據(jù)庫系統(tǒng)開發(fā)案例教程
- 數(shù)據(jù)庫應(yīng)用系統(tǒng)技術(shù)
- 大數(shù)據(jù)計(jì)算系統(tǒng)原理、技術(shù)與應(yīng)用
- Learn Selenium
- 一本書讀懂區(qū)塊鏈(第2版)
- Oracle數(shù)據(jù)庫性能優(yōu)化的藝術(shù)