2 references to SentimentPrediction
Microsoft.ML.Tests (2)
Transformers\TextFeaturizerTests.cs (2)
760
var engine = ML.Model.CreatePredictionEngine<SentimentData,
SentimentPrediction
>(model, inputSchema);
766
var
prediction = engine.Predict(input);