Prediction new data using regression after export

15 次查看(过去 30 天)
Hi,
Dear all;
I have trained IV curve dataset for photo voltaic system with guassian regression model with RMSE=0.002. After exporting compact Model, i am getting the following error. I also used load table command to load test data to be predicted. How can i remove this error. I will be very thankful for your kind guidance.
>> T=readtable("Test2.xlsx");
>> yfit = trainedModel.predictFcn(T)
Error using mlearnapp.internal.model.DatasetSpecification>@(t)t(:,predictorNames) (line 163)
Unrecognized variable name 'StandardModel'.
Error in mlearnapp.internal.model.DatasetSpecification>@(x)extractPredictorsFromTableFcn(splitMatricesInTableFcn(x))
(line 164)
predictorExtractionFcn = @(x) extractPredictorsFromTableFcn(splitMatricesInTableFcn(x));
Error in mlearnapp.internal.model.DatasetSpecification>@(x)exportableModel.predictFcn(predictorExtractionFcn(x)) (line
167)
newExportableModel.predictFcn = @(x) exportableModel.predictFcn(predictorExtractionFcn(x));

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Support Vector Machine Regression 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by