2 references to Features
Microsoft.ML.AutoML (2)
API\MulticlassClassificationExperiment.cs (2)
331pipeline = pipeline.Append(Context.Auto().Featurizer(trainData, columnInformation, Features)); 333pipeline = pipeline.Append(Context.Auto().MultiClassification(label, useSdcaMaximumEntrophy: useSdcaMaximumEntrophy, useFastTree: useFastTree, useLgbm: useLgbm, useLbfgsMaximumEntrophy: uselbfgsME, useLbfgsLogisticRegression: uselbfgsLR, useFastForest: useFastForest, featureColumnName: Features));