- Permutation importance: https://www.mathworks.com/help/stats/permutationimportance.html
- Shapley values: https://www.mathworks.com/help/stats/shapley.html
Determining Coefficient Weights in a Rational Quadratic GPR model
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello there I have a trianed GPR model stored in the workspace as "GPRModel". I have 63 input featured for my trianed model and I am trying to detmine which features are weighted the highest and contribute the most to the model's predictions. My training data with the features is stored in a Table named: "AllFinalTrials". Let me know if there is any way to determine the coefficents or wieghts of the featured for this Rational Quadratic GPR model. Thank you so much!
댓글 수: 0
답변 (1개)
Drew
2024년 4월 3일
If you want to know "which features ... contribute the most to the model's predictions", one way to do that is to use model interpretability techniques. Here are a couple of interpretability techniques that can produce an importance value for each feature of your Rational Quadratic GPR model:
For a general introduction to model interpretability, see https://www.mathworks.com/discovery/interpretability.html
If this answer helps you, please remember to accept the answer.
댓글 수: 5
Drew
2024년 4월 3일
If you have a MATLAB license, you can get access to R2024a in two ways:
(1) Access R2024a online at matlab.mathworks.com
(2) R2024a is also available for download from matlab.mathworks.com
Drew
2024년 4월 12일
Since you wrote "Thank you", I recommend to accept the answer. I see you have asked 9 questions, but never accepted an answer. If you are wondering how to accept an answer, there should be an "Accept this answer" button that appears next to the answerer's name, near the top of the answer.
참고 항목
카테고리
Help Center 및 File Exchange에서 Gaussian Process Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!