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!