Question about the CVmodels generated from regression learner app in machine learning toolbox?

1 回表示 (過去 30 日間)
xi
xi 2017 年 7 月 12 日
回答済み: Amit Doshi 2017 年 7 月 19 日
In the regression learner, one can choose the "cross validation" option (i.e., 5 fold) to generate a model and use that model to make predictions using mdl.predictfun(testdata)
However, if done by code, when "cross validation" is specified, the model generated is "RegressionPartitionedEnsemble" type, which cannot be used directly using predict(mdl, testdata).
I'm just wondering, how is the CVmodel generated with the app learner? what is the equivalent way to generate it with code so that one can use to make predictions?

回答 (1 件)

Amit Doshi
Amit Doshi 2017 年 7 月 19 日
Hello Xi,
You can generate the code which was used by the app learner to train the model by following the below link:

Community Treasure Hunt

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

Start Hunting!

Translated by