loadLearnerForCoder failing to load model
Ältere Kommentare anzeigen
I have a model that I have successfully saved using saveLearnerForCoder, however, whenever I try to load it, I get the error: "Model not supported for code generation." Does anyone have any additional ideas on how to load it or how else to load it? Using load() does not work. Thanks!
Antworten (1)
Drew
am 24 Jan. 2024
0 Stimmen
The documentation page https://www.mathworks.com/help/stats/savelearnerforcoder.html, in the section for the Input Arguments https://www.mathworks.com/help/stats/savelearnerforcoder.html#bvclu99-2, includes a table showing the supported models for code generation. Is your model object on that list? If your model is not on that list, switch to a model that is on the list. If your model is on that list, contact MathWorks support with your issue.
If this answer helps you, please remember to accept the answer.
Kategorien
Mehr zu Support Vector Machine Regression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!