Feature Importance and Feature Selection With XGBoost in Python - Machine Learning Mastery
A benefit of using ensembles of decision tree methods like gradient boosting is that they can automatically provide estimates of feature importance from a trained predictive model. In this post you will discover how you can estimate the importance of features for a predictive modeling problem using the XGBoost library in Python. Feature Importance and Feature Selection With XGBoost in Python Photo by Keith Roper, some rights reserved. XGBoost is the high performance implementation of gradient boosting that you can now access directly in Python. A benefit of using gradient boosting is that after the boosted trees are constructed, it is relatively straightforward to retrieve importance scores for each attribute.
Aug-30-2016, 19:41:13 GMT
- Genre:
- Technology: