2 references to SentimentPrediction
Microsoft.Extensions.ML.Tests (2)
FileLoaderTests.cs (2)
52
var engine = context.Model.CreatePredictionEngine<SentimentData,
SentimentPrediction
>(model);
54
var
prediction = engine.Predict(new SentimentData() { SentimentText = "This is great" });