24 writes to MamlArgs
Microsoft.ML.Predictor.Tests (1)
TestPredictors.cs (1)
214MamlArgs = new[]
Microsoft.ML.TestFramework (23)
Learners.cs (23)
130MamlArgs = new[] { "norm=no" }, 136MamlArgs = new[] { "norm=no" }, 143MamlArgs = new[] { "norm=no" }, 186MamlArgs = new[] { "norm=no" }, 194MamlArgs = new[] { "norm=no" }, 202MamlArgs = new[] { "norm=no" }, 219MamlArgs = new[] { "xf=BinNormalizer{col=Features numBins=5}" }, 235MamlArgs = new[] { "xf=MeanVarNormalizer{col=Features}" }, 244MamlArgs = new[] { "norm=no" }, 252MamlArgs = new[] { "norm=no" }, 400MamlArgs = new[] { "eval=Ranking{gains=0,2,3,5,6}" }, 437MamlArgs = new[] { "Eval=regression{loss=tweedie{index=1.5}}" }, 493MamlArgs = new[] { "xf=MinMax{col=Features zero-}" } 499MamlArgs = new[] { "norm=no" }, 505MamlArgs = new[] { "xf=MinMax{col=Features}" }, 512MamlArgs = new[] { "norm=no" }, 550MamlArgs = new[] { "xf=MinMax{col=Features zero-}" }, 558MamlArgs = new[] { "xf=MinMax{col=Features zero-}" }, 572MamlArgs = new[] { "norm=no" }, 679MamlArgs = new[] { "norm=no" }, 793MamlArgs = new[] { "norm=no" } 799MamlArgs = new[] { "norm=no" }, 812MamlArgs = new[] { "xf=Copy{col=DupFeatures:Features} xf=MinMax{col=Features col=DupFeatures} norm=No", "col[Feature]=DupFeatures" },
2 references to MamlArgs
Microsoft.ML.TestFramework (2)
BaseTestPredictorsMaml.cs (2)
136if (ctx.Predictor.MamlArgs != null) 137args.AddRange(ctx.Predictor.MamlArgs);