How to use various combinations of samples to build model
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
NCA
am 22 Mär. 2023
Kommentiert: Image Analyst
am 27 Mär. 2023
I am trying to use different combinations of the samples in my data(X) on each iteration to build a SVR model with fitrsvm until the model performance improves. I am not sure how to do this.
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 23 Mär. 2023
The Regression Learner app on the Apps tab of the Tool ribbon will do that for you.
2 Kommentare
Image Analyst
am 27 Mär. 2023
Not true. The Regression Learner app allows you to input training data, called "predictors" and output (true answer) variables that it calls "response" but what you call "observations".
In addition you can tell it how many of the predictor rows you want to use for training, how many for validation, and how many for testing. I suggest you take another, closer, look.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Gaussian Process Regression 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!