2 references to Prediction
Microsoft.ML.Samples (2)
Dynamic\Trainers\Regression\LightGbmWithOptions.cs (2)
66
var predictions = mlContext.Data.CreateEnumerable<
Prediction
>(
71
foreach (
var
p in predictions)