4 references to Normalizing
Microsoft.ML.AutoML (2)
EstimatorExtensions\EstimatorExtensionCatalog.cs (1)
39
{ EstimatorName.
Normalizing
, typeof(NormalizingExtension) },
EstimatorExtensions\EstimatorExtensions.cs (1)
156
var pipelineNode = new PipelineNode(EstimatorName.
Normalizing
.ToString(),
Microsoft.ML.AutoML.Tests (1)
SuggestedPipelineBuilderTests.cs (1)
41
Assert.Equal(EstimatorName.
Normalizing
.ToString(),
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\TransformGeneratorFactory.cs (1)
35
case EstimatorName.
Normalizing
: