What does it mean that oobPermutedPredictorImportance is "Randomly permuting the observations of predictor variable"?
2 次查看(过去 30 天)
显示 更早的评论
I am using oobPermutedPredictorImportance to determine feature importance with random forest regression on 10-15 features on a relatively small number of observations (~100).
When reading MathWorks Help, section "More about" it says the following about the method of permuting the features:
...
For each predictor variable xj, j ∊ st:
- Randomly permute the observations of xj.
...
I want to know if this random permutation is limited in the range of my input data.
Example: I have a feature v "fluid velocity" in range from 1...15 m/s which is used when building a RF model. Phisically it makes no sense to go outside of this range. Do the random permutations of this predictor variable stay inside this range?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Regression Tree Ensembles 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!