5 references to ValueToKeyMapping
Microsoft.ML.AutoML (2)
EstimatorExtensions\EstimatorExtensionCatalog.cs (1)
44{ EstimatorName.ValueToKeyMapping, typeof(ValueToKeyMappingExtension) },
EstimatorExtensions\EstimatorExtensions.cs (1)
281var pipelineNode = new PipelineNode(EstimatorName.ValueToKeyMapping.ToString(),
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\TransformGeneratorFactory.cs (1)
68case EstimatorName.ValueToKeyMapping:
Microsoft.ML.CodeGenerator.Tests (2)
ApprovalTests\ConsoleCodeGeneratorTests.cs (2)
558var valueToKeyPipelineNode1 = new PipelineNode(nameof(EstimatorName.ValueToKeyMapping), PipelineNodeType.Transform, "userId", "userId"); 559var valueToKeyPipelineNode2 = new PipelineNode(nameof(EstimatorName.ValueToKeyMapping), PipelineNodeType.Transform, "movieId", "movieId");