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!