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