フィルターのクリア

How to use various combinations of samples to build model

2 ビュー (過去 30 日間)
NCA
NCA 2023 年 3 月 22 日
コメント済み: Image Analyst 2023 年 3 月 27 日
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.

採用された回答

Image Analyst
Image Analyst 2023 年 3 月 23 日
The Regression Learner app on the Apps tab of the Tool ribbon will do that for you.
  2 件のコメント
NCA
NCA 2023 年 3 月 26 日
Thanks for the suggestion but the regression learner app allows for the selection of the predictor variables to include in the analysis and not the observations. I do not want to use the observations as the predictors.
I found out that I can use 'perms' but unfortuanletly the combinations of my data is too big for MATLAB to handle.
Image Analyst
Image Analyst 2023 年 3 月 27 日
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.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSupport Vector Machine Regression についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by