Feature Importance with sklearn

March 3, 2015

Report Abuse
This examples shows the use of ExtraTreesClassifier to evaluate the importance of features on IRIS two class data set.
This examples shows the use of ExtraTreesClassifier to evaluate the importance of features on IRIS two class data set. The red bars are the feature importance of the forest, along with their inter-trees variability. This example is based on the note available in scikit-learn portal[1]. [1] http://scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html