What does it mean that oobPermutedPredictorImportance is "Randomly permuting the observations of predictor variable"?
조회 수: 1 (최근 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!