loadLearnerForCoder failing to load model
Show older comments
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!
Answers (1)
Drew
on 24 Jan 2024
0 votes
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.
Categories
Find more on Support Vector Machine Regression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!