20 writes to mamlExtraSettings
Microsoft.ML.TestFrameworkCommon (20)
Datasets.cs (20)
42mamlExtraSettings = mamlExtraSettings 95mamlExtraSettings = new[] { "cache-" } 120mamlExtraSettings = new[] { "cache-", "xf=NAHandle{col=Fixed:Mixed col=More}", "xf=Concat{col=Features:Good,Fixed,More}" } 133mamlExtraSettings = new[] { "cache-", "xf=MissingFilter{col=Mixed col=More}", "xf=Concat{col=Features:Good,Mixed,More}" } 254mamlExtraSettings = new[] { "xf=Expr{col=Name expr={x=>right(x, 1)}}" } 295mamlExtraSettings = new[] { "xf=Cat{col=Cat}", "xf=Concat{col=Features:Num,Cat}" } 304mamlExtraSettings = new[] { "xf=Cat{col=Cat}", "xf=Concat{col=Features:Cat}" } 313mamlExtraSettings = new[] { "xf=CatHash{col=Cat bits=5}", "xf=Concat{col=Features:Num,Cat}" } 322mamlExtraSettings = new[] { "xf=CatHash{col=Hash:5:Cat}", "xf=Concat{col=Features:Num,Hash}" } 331mamlExtraSettings = new[] { "xf=WordBag{col=Word}", "xf=Concat{col=Features:Num,Word}" } 340mamlExtraSettings = new[] { "xf=WordHashBag{col=Word bits=8}", "xf=Concat{col=Features:Num,Word}" } 374mamlExtraSettings = new[] { "xf=Cat{col=Cat1 col=Cat2 col=Cat3}", "xf=Concat{col=Features:Features,Cat1,Cat2,Cat3}" } 384mamlExtraSettings = new[] { 404mamlExtraSettings = new[] { "xf=Term{col=Label}" } 431mamlExtraSettings = new[] { "xf=Term{col=Label}" } 440mamlExtraSettings = new[] { "xf=TreeFeat{lps=0 trainer=ftr{iter=3}} xf=copy{col=Features:Leaves}" } 449mamlExtraSettings = new[] { "xf=TreeFeat{lps=2 trainer=ftr{iter=3}} xf=copy{col=Features:Leaves}" } 467mamlExtraSettings = new[] { "xf=Term{col=Label}" } 492mamlExtraSettings = new[] { "xf=generateNumber{col=A} xf=expr{col=Label:Label,A expr={(lab,a):a<0.05?na(lab):lab}}" } 708mamlExtraSettings = new[] { "xf=Expr{col=Label:Name expr={x : na(float(0))}}" },
5 references to mamlExtraSettings
Microsoft.ML.TestFramework (4)
BaseTestPredictorsMaml.cs (2)
123if (ctx.Dataset.mamlExtraSettings != null) 124args.AddRange(ctx.Dataset.mamlExtraSettings);
TestCommandBase.cs (2)
993var trainArgs = $"Train tr=SDCA {TestDatasets.adult.loaderSettings} {TestDatasets.adult.mamlExtraSettings[0]} {TestDatasets.adult.mamlExtraSettings[1]}" +
Microsoft.ML.TestFrameworkCommon (1)
Datasets.cs (1)
42mamlExtraSettings = mamlExtraSettings