- All Implemented Interfaces:
- Serializable, TreeFeatureImportanceInference
public class MDA
extends Object
implements TreeFeatureImportanceInference
Mean Decrease in Accuracy (MDA) measures feature importance by applying the
classifier for each feature, and corruption one feature at a time as each
dataum its pushed through the tree. The importance of a feature is them
measured as the percent change in the target score when that feature was
corrupted.
This approach is based off of Breiman, L. (2001). Random forests.
Machine Learning, 45(1), 5–32.
- Author:
- Edward Raff
- See Also:
- Serialized Form