2 references to CreatePredictionEngine
Microsoft.ML.IntegrationTests (1)
ModelFiles.cs (1)
255var model2 = mlContext.Model.CreatePredictionEngine<ModelInput, ModelOutput>(trainedModel, inputSchema: dataViewSchema);
Microsoft.ML.Tests (1)
Transformers\TextFeaturizerTests.cs (1)
760var engine = ML.Model.CreatePredictionEngine<SentimentData, SentimentPrediction>(model, inputSchema);