Closed garricknorthover closed 5 years ago
Thanks, @garricknorthover, unfortunately this is actually not needed as we removed the save and load and consolidated it into a How-To article. Apologies for the delay in responding! Very much appreciate your contribution though!!!
@JRAlexander There is still a problem because the code references loadedModel
which doesn't exist. Are we supposed to use _trainedModel
instead?
@JRAlexander Please see the comment above from @oatsoda . The code, as it is now, will not compile as the variable loadedModel
is not declared.
Also, some of the initial steps mention creating a "Models" folder. I assume that is also no longer needed given the save-and-load part is removed.
Hey guys, Just another little typo.
The PredictIssue method is missing the declaration of loadedModel.
So
needs to be the first line in
Cheers Garrick