12 references to KeyToValueMappingEstimator
Microsoft.ML.Data (1)
Transforms\ConversionsExtensionsCatalog.cs (1)
140
=> new
KeyToValueMappingEstimator
(CatalogUtils.GetEnvironment(catalog), outputColumnName, inputColumnName);
Microsoft.ML.Tests (11)
Scenarios\Api\Estimators\DecomposableTrainAndPredict.cs (1)
37
.Append(new
KeyToValueMappingEstimator
(ml, "PredictedLabel"));
Scenarios\Api\Estimators\Extensibility.cs (1)
46
.Append(new
KeyToValueMappingEstimator
(ml, "PredictedLabel"));
TrainerEstimators\MetalinearEstimators.cs (3)
33
.Append(new
KeyToValueMappingEstimator
(Env, "PredictedLabel"));
50
.Append(new
KeyToValueMappingEstimator
(Env, "PredictedLabel"));
100
.Append(new
KeyToValueMappingEstimator
(Env, "PredictedLabel"));
TrainerEstimators\TreeEstimators.cs (5)
313
.Append(new
KeyToValueMappingEstimator
(Env, "PredictedLabel"));
353
.Append(new
KeyToValueMappingEstimator
(Env, "PredictedLabel"));
373
.Append(new
KeyToValueMappingEstimator
(Env, "PredictedLabel"));
398
.Append(new
KeyToValueMappingEstimator
(Env, "PredictedLabel"));
417
.Append(new
KeyToValueMappingEstimator
(Env, "PredictedLabel"));
Transformers\TextFeaturizerTests.cs (1)
471
.Append(new
KeyToValueMappingEstimator
(ML, "chars"));