2 references to CreatePredictionEngine
Microsoft.ML.IntegrationTests (2)
Prediction.cs (2)
110
var engine = mlContext.Model.
CreatePredictionEngine
<TypeTestData, Prediction>(model, new PredictionEngineOptions());
130
engine = mlContext.Model.
CreatePredictionEngine
<TypeTestData, Prediction>(model, options);