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