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