8 references to Gam
Microsoft.ML.FastTree (1)
GamClassification.cs (1)
52/// <seealso cref="TreeExtensions.Gam(BinaryClassificationCatalog.BinaryClassificationTrainers, string, string, string, int, int, double)"/>
Microsoft.ML.IntegrationTests (3)
ModelFiles.cs (3)
139var pipeline = mlContext.BinaryClassification.Trainers.Gam(); 141var pipeline1 = loader.Append(mlContext.BinaryClassification.Trainers.Gam()); 272var pipeline = mlContext.BinaryClassification.Trainers.Gam();
Microsoft.ML.Predictor.Tests (1)
TestIniModels.cs (1)
570.Append(mlContext.BinaryClassification.Trainers.Gam());
Microsoft.ML.Samples (2)
Dynamic\Trainers\BinaryClassification\Gam.cs (1)
40.Gam(maximumBinCountPerFeature: 16);
Dynamic\Trainers\Regression\GamAdvanced.cs (1)
39var trainer = mlContext.BinaryClassification.Trainers.Gam(
Microsoft.ML.Tests (1)
FeatureContributionTests.cs (1)
188TestFeatureContribution(ML.BinaryClassification.Trainers.Gam(), GetSparseDataset(TaskType.BinaryClassification, 100), "GAMBinary");