What is the difference between yfit and predict functions?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!