Effacer les filtres
Effacer les filtres

Undefined function or variable 'trainRegressionModel'.

3 vues (au cours des 30 derniers jours)
Kriszta Domahidi
Kriszta Domahidi le 5 Fév 2019
Modifié(e) : robin thomas le 10 Déc 2019
>> X = timetable2table(T); % regressionLearner perfers to have tables.
X.NumericDate = datenum(X.Date); % add the date as a numeric value
% remove the missing year of data (2016)
X = rmmissing(X);
% Use this command to open the regression learner app and train a coarse
% tree:
% regressionLearner
% this is the model saved by generating code from the app:
[trainedModel, validationRMSE] = trainRegressionModel(X)
Undefined function or variable 'trainRegressionModel'.

Réponses (1)

robin thomas
robin thomas le 10 Déc 2019
Modifié(e) : robin thomas le 10 Déc 2019
save the matlab code file name as 'trainRegressionMode'

Community Treasure Hunt

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

Start Hunting!

Translated by