System information
Issue
SEE LINK https://dotnet.microsoft.com/learn/ml-dotnet/what-is-mldotnet
in test code below line write wrong
var predEngine = mlContext.Model.CreatePredictionEngine(model);
in framework CreatePredictionEngine definition not same as above line.
- What did you do?
- What happened?
- What did you expect?
Source code / logs
Please paste or attach the code or logs or traces that would be helpful to diagnose the issue you are reporting.
System information
OS version/distro:
.NET Version (eg., dotnet --info):
ML.NET 1.4.0
Issue
SEE LINK https://dotnet.microsoft.com/learn/ml-dotnet/what-is-mldotnet
in test code below line write wrong
var predEngine = mlContext.Model.CreatePredictionEngine(model);
in framework CreatePredictionEngine definition not same as above line.
Source code / logs
Please paste or attach the code or logs or traces that would be helpful to diagnose the issue you are reporting.