4 references to Hashing
Microsoft.ML.AutoML (2)
EstimatorExtensions\EstimatorExtensionCatalog.cs (1)
36{ EstimatorName.Hashing, typeof(HashingExtension) },
EstimatorExtensions\EstimatorExtensions.cs (1)
81var pipelineNode = new PipelineNode(EstimatorName.Hashing.ToString(),
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\TransformGeneratorFactory.cs (1)
50case EstimatorName.Hashing:
Microsoft.ML.CodeGenerator.Tests (1)
ApprovalTests\ConsoleCodeGeneratorTests.cs (1)
728var hashPipelineNode = new PipelineNode(nameof(EstimatorName.Hashing), PipelineNodeType.Transform, "GroupId", "GroupId");