2 references to SentimentPrediction
Microsoft.Extensions.ML.Tests (2)
PredictionEnginePoolTests.cs (2)
33
services.AddPredictionEnginePool<SentimentData,
SentimentPrediction
>()
38
var pool = sp.GetRequiredService<PredictionEnginePool<SentimentData,
SentimentPrediction
>>();