What is the difference between yfit and predict functions?
3 views (last 30 days)
Show older comments
I have a Regression app generated GPR compact model saved on my desktop. During training I had PCA feature selection on. When I use the 'yfit' function with the model on out-of-sample data set (i.e., new data not included in the training stage) it is able to provide reasonable answers. So "yfit" uses the PCA companents embedded in the model structure. But when I use "predict" function it seems that it requires some preprocessing (i.e., projection of raw variables onto PCA components).
Why is that? What is the difference between the two?
0 Comments
Answers (0)
See Also
Categories
Find more on Dimensionality Reduction and Feature Extraction in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!