complete solution with demo files
.NET Core console app. the main part of the code. takes care of the entire learning pipeline and also states the model.
.NET Core class library. shows how to load a stated model from a path or as an Embedded Resource.
.NET Core console app. references and makes use of the class library Predict method without really knowing about the model or any ML at all.