You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/BaselineOutput/Common/EntryPoints/core_ep-list.tsv
+5-5
Original file line number
Diff line number
Diff line change
@@ -79,17 +79,17 @@ Transforms.CharacterTokenizer Character-oriented tokenizer where text is conside
79
79
Transforms.ColumnConcatenatorConcatenates one or more columns of the same item type.Microsoft.ML.EntryPoints.SchemaManipulationConcatColumnsMicrosoft.ML.Data.ColumnConcatenatingTransformer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
80
80
Transforms.ColumnCopierDuplicates columns from the datasetMicrosoft.ML.EntryPoints.SchemaManipulationCopyColumnsMicrosoft.ML.Transforms.ColumnCopyingTransformer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
81
81
Transforms.ColumnSelectorSelects a set of columns, dropping all othersMicrosoft.ML.EntryPoints.SchemaManipulationSelectColumnsMicrosoft.ML.Transforms.ColumnSelectingTransformer+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
82
-
Transforms.ColumnTypeConverterConverts a column to a different type, using standard conversions.Microsoft.ML.Transforms.Conversions.TypeConversionConvertMicrosoft.ML.Transforms.Conversions.TypeConvertingTransformer+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
82
+
Transforms.ColumnTypeConverterConverts a column to a different type, using standard conversions.Microsoft.ML.Transforms.Conversions.TypeConversionConvertMicrosoft.ML.Transforms.Conversions.TypeConvertingTransformer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
83
83
Transforms.CombinerByContiguousGroupIdGroups values of a scalar column into a vector, by a contiguous group IDMicrosoft.ML.Transforms.GroupingOperationsGroupMicrosoft.ML.Transforms.GroupTransform+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
84
84
Transforms.ConditionalNormalizerNormalize the columns only if neededMicrosoft.ML.Data.NormalizeIfNeededMicrosoft.ML.Transforms.Normalizers.NormalizeTransform+MinMaxArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+MacroOutput`1[Microsoft.ML.EntryPoints.CommonOutputs+TransformOutput]
85
85
Transforms.DataCacheCaches using the specified cache option.Microsoft.ML.EntryPoints.CacheCacheDataMicrosoft.ML.EntryPoints.Cache+CacheInputMicrosoft.ML.EntryPoints.Cache+CacheOutput
86
86
Transforms.DatasetScorerScore a dataset with a predictor modelMicrosoft.ML.EntryPoints.ScoreModelScoreMicrosoft.ML.EntryPoints.ScoreModel+InputMicrosoft.ML.EntryPoints.ScoreModel+Output
87
87
Transforms.DatasetTransformScorerScore a dataset with a transform modelMicrosoft.ML.EntryPoints.ScoreModelScoreUsingTransformMicrosoft.ML.EntryPoints.ScoreModel+InputTransformScorerMicrosoft.ML.EntryPoints.ScoreModel+Output
88
88
Transforms.DictionarizerConverts input values (words, numbers, etc.) to index in a dictionary.Microsoft.ML.Transforms.Text.TextAnalyticsTermTransformMicrosoft.ML.Transforms.Conversions.ValueToKeyMappingTransformer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
89
89
Transforms.FeatureCombinerCombines all the features into one feature column.Microsoft.ML.EntryPoints.FeatureCombinerPrepareFeaturesMicrosoft.ML.EntryPoints.FeatureCombiner+FeatureCombinerInputMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
90
-
Transforms.FeatureContributionCalculationTransformerFor each data point, calculates the contribution of individual features to the model prediction.Microsoft.ML.Data.FeatureContributionEntryPointFeatureContributionCalculationMicrosoft.ML.Data.FeatureContributionCalculatingTransformer+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
91
-
Transforms.FeatureSelectorByCountSelects the slots for which the count of non-default values is greater than or equal to a threshold.Microsoft.ML.Transforms.SelectFeaturesCountSelectMicrosoft.ML.Transforms.FeatureSelection.CountFeatureSelectingEstimator+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
92
-
Transforms.FeatureSelectorByMutualInformationSelects the top k slots across all specified columns ordered by their mutual information with the label column.Microsoft.ML.Transforms.SelectFeaturesMutualInformationSelectMicrosoft.ML.Transforms.FeatureSelection.MutualInformationFeatureSelectingEstimator+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
90
+
Transforms.FeatureContributionCalculationTransformerFor each data point, calculates the contribution of individual features to the model prediction.Microsoft.ML.Data.FeatureContributionEntryPointFeatureContributionCalculationMicrosoft.ML.Data.FeatureContributionCalculatingTransformer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
91
+
Transforms.FeatureSelectorByCountSelects the slots for which the count of non-default values is greater than or equal to a threshold.Microsoft.ML.Transforms.SelectFeaturesCountSelectMicrosoft.ML.Transforms.FeatureSelection.CountFeatureSelectingEstimator+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
92
+
Transforms.FeatureSelectorByMutualInformationSelects the top k slots across all specified columns ordered by their mutual information with the label column.Microsoft.ML.Transforms.SelectFeaturesMutualInformationSelectMicrosoft.ML.Transforms.FeatureSelection.MutualInformationFeatureSelectingEstimator+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
93
93
Transforms.GlobalContrastNormalizerPerforms a global contrast normalization on input values: Y = (s * X - M) / D, where s is a scale, M is mean and D is either L2 norm or standard deviation.Microsoft.ML.Transforms.Projections.LpNormalizationGcNormalizeMicrosoft.ML.Transforms.Projections.LpNormalizingTransformer+GcnOptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
94
94
Transforms.HashConverterConverts column values into hashes. This transform accepts both numeric and text inputs, both single and vector-valued columns. Microsoft.ML.Transforms.Conversions.HashJoinApplyMicrosoft.ML.Transforms.Conversions.HashJoiningTransform+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
95
95
Transforms.ImageGrayscaleConvert image into grayscale.Microsoft.ML.ImageAnalytics.EntryPoints.ImageAnalyticsImageGrayscaleMicrosoft.ML.ImageAnalytics.ImageGrayscalingTransformer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
@@ -108,7 +108,7 @@ Transforms.MeanVarianceNormalizer Normalizes the data based on the computed mean
108
108
Transforms.MinMaxNormalizerNormalizes the data based on the observed minimum and maximum values of the data.Microsoft.ML.Data.NormalizeMinMaxMicrosoft.ML.Transforms.Normalizers.NormalizeTransform+MinMaxArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
109
109
Transforms.MissingValueHandlerHandle missing values by replacing them with either the default value or the mean/min/max value (for non-text columns only). An indicator column can optionally be concatenated, if theinput column type is numeric.Microsoft.ML.Transforms.NAHandlingHandleMicrosoft.ML.Transforms.MissingValueHandlingTransformer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
110
110
Transforms.MissingValueIndicatorCreate a boolean output column with the same number of slots as the input column, where the output value is true if the value in the input column is missing.Microsoft.ML.Transforms.NAHandlingIndicatorMicrosoft.ML.Transforms.MissingValueIndicatorTransformer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
111
-
Transforms.MissingValuesDropperRemoves NAs from vector columns.Microsoft.ML.Transforms.NAHandlingDropMicrosoft.ML.Transforms.MissingValueDroppingTransformer+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
111
+
Transforms.MissingValuesDropperRemoves NAs from vector columns.Microsoft.ML.Transforms.NAHandlingDropMicrosoft.ML.Transforms.MissingValueDroppingTransformer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
112
112
Transforms.MissingValuesRowDropperFilters out rows that contain missing values.Microsoft.ML.Transforms.NAHandlingFilterMicrosoft.ML.Transforms.NAFilter+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
113
113
Transforms.MissingValueSubstitutorCreate an output column of the same type and size of the input column, where missing values are replaced with either the default value or the mean/min/max value (for non-text columns only).Microsoft.ML.Transforms.NAHandlingReplaceMicrosoft.ML.Transforms.MissingValueReplacingTransformer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
114
114
Transforms.ModelCombinerCombines a sequence of TransformModels into a single modelMicrosoft.ML.EntryPoints.ModelOperationsCombineTransformModelsMicrosoft.ML.EntryPoints.ModelOperations+CombineTransformModelsInputMicrosoft.ML.EntryPoints.ModelOperations+CombineTransformModelsOutput
0 commit comments