Problems interpreting a Gaussian Process Model.
Show older comments
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”.
Accepted Answer
More Answers (0)
Categories
Find more on Gaussian Process Regression in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!