2 references to Append
Microsoft.ML.IntegrationTests (2)
ModelFiles.cs (2)
141
var pipeline1 = loader.
Append
(mlContext.BinaryClassification.Trainers.Gam());
388
var composite = loader.
Append
(mlContext.Transforms.NormalizeMinMax("Features"));