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