Explanation predictorImportance - Ensemble Learning with Decision Trees
조회 수: 1 (최근 30일)
이전 댓글 표시
Hey,
I try to understand what the function predictorImportance is doing when using Ensemble Learning with Decision Trees. The Matlab documentation is not really comprehensive :/. What is meant by "risk"?
https://de.mathworks.com/help/stats/compactclassificationensemble.predictorimportance.html#bst1mzv-6
댓글 수: 0
답변 (1개)
Prabhan Purwar
2020년 8월 28일
Hi,
Our implementation of 'predictorImportance' can be viewed directly within the 'TreeImpl' class.
This file is located in your MATLAB installation folder:
MATLAB\R2017a\toolbox\stats\classreg\+classreg\+learning\+impl\TreeImpl.m
(Kindly fill up the matlab version accordingly).
You can use Control + F in order to find "predictorImportance"; there you can view the implementation.
Thanks.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Classification Ensembles에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!