Prediction new data using regression after export

16 ビュー (過去 30 日間)
Ihsan Ullah Khalil
Ihsan Ullah Khalil 2021 年 4 月 11 日
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 Center および File ExchangeSupport Vector Machine Regression についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by