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