Problems interpreting a Gaussian Process Model.
이전 댓글 표시
I have a dataset consisting on a 1000 by 22 matrix (21 features + the label).
That set is normalized (except the label) and introduced into the Regression Learner application of Matlab. The chosen model is “Gaussian Process Regression – Exponential GPR”.
The model is trained and the solution works well for the application, but this is where my doubts start.
I save the model and check its parameters, finding two kernel parameters with two different values, predictor locations (all with very low values ~10^-15), alpha values…
How do I make sense of all of that?
My objective is to see a value or values for each feature, so I can say determine the importance of each feature when calculating the final result. Something along the lines of “if the value of feature_1 increases, the final result decreases a little, but if the value of feature_2 increases, the final result increases significantly”.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Gaussian Process Regression에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!