loadLearnerForCoder failing to load model
Mostra commenti meno recenti
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!
Risposte (1)
Drew
il 24 Gen 2024
0 voti
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.
Categorie
Scopri di più su Support Vector Machine Regression in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!