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