loadLearnerForCoder failing to load model
2 views (last 30 days)
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!
0 Comments
Answers (1)
Drew
on 24 Jan 2024
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.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!