6 references to Data
Microsoft.ML.LightGbm (4)
LightGbmTrainerBase.cs (4)
769ch.Check(factory.Data.Schema.Label != null, "The data should have label."); 771bool hasWeights = factory.Data.Schema.Weight != null; 775ch.Check(factory.Data.Schema.Group != null, "The data for ranking task should have group field."); 801ConvertNaNLabels(ch, factory.Data, labels);
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\LogisticRegression.cs (2)
268var featureCol = cursorFactory.Data.Schema.Feature.Value; 269var schema = cursorFactory.Data.Data.Schema;