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
Trainers.LinearSvmBinaryClassifierTrain a linear SVM.Microsoft.ML.Trainers.Online.LinearSvmTrainerTrainLinearSvmMicrosoft.ML.Trainers.Online.LinearSvmTrainer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+BinaryClassificationOutput
61
61
Trainers.LogisticRegressionBinaryClassifierLogistic Regression is a method in statistics used to predict the probability of occurrence of an event and can be used as a classification algorithm. The algorithm predicts the probability of occurrence of an event by fitting data to a logistical function.Microsoft.ML.Trainers.LogisticRegressionTrainBinaryMicrosoft.ML.Trainers.LogisticRegression+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+BinaryClassificationOutput
62
62
Trainers.LogisticRegressionClassifierLogistic Regression is a method in statistics used to predict the probability of occurrence of an event and can be used as a classification algorithm. The algorithm predicts the probability of occurrence of an event by fitting data to a logistical function.Microsoft.ML.Trainers.LogisticRegressionTrainMultiClassMicrosoft.ML.Trainers.MulticlassLogisticRegression+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+MulticlassClassificationOutput
63
-
Trainers.NaiveBayesClassifierTrain a MultiClassNaiveBayesTrainer.Microsoft.ML.Trainers.MultiClassNaiveBayesTrainerTrainMultiClassNaiveBayesTrainerMicrosoft.ML.Trainers.MultiClassNaiveBayesTrainer+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+MulticlassClassificationOutput
63
+
Trainers.NaiveBayesClassifierTrain a MultiClassNaiveBayesTrainer.Microsoft.ML.Trainers.MultiClassNaiveBayesTrainerTrainMultiClassNaiveBayesTrainerMicrosoft.ML.Trainers.MultiClassNaiveBayesTrainer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+MulticlassClassificationOutput
64
64
Trainers.OnlineGradientDescentRegressorTrain a Online gradient descent perceptron.Microsoft.ML.Trainers.Online.OnlineGradientDescentTrainerTrainRegressionMicrosoft.ML.Trainers.Online.OnlineGradientDescentTrainer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+RegressionOutput
65
65
Trainers.OrdinaryLeastSquaresRegressorTrain an OLS regression model.Microsoft.ML.Trainers.HalLearners.OlsLinearRegressionTrainerTrainRegressionMicrosoft.ML.Trainers.HalLearners.OlsLinearRegressionTrainer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+RegressionOutput
66
66
Trainers.PcaAnomalyDetectorTrain an PCA Anomaly model.Microsoft.ML.Trainers.PCA.RandomizedPcaTrainerTrainPcaAnomalyMicrosoft.ML.Trainers.PCA.RandomizedPcaTrainer+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+AnomalyDetectionOutput
@@ -126,7 +126,7 @@ Transforms.ScoreColumnSelector Selects only the last score columns and the extra
126
126
Transforms.ScorerTurn the predictor model into a transform modelMicrosoft.ML.EntryPoints.ScoreModelMakeScoringTransformMicrosoft.ML.EntryPoints.ScoreModel+ModelInputMicrosoft.ML.EntryPoints.ScoreModel+Output
127
127
Transforms.SegregatorUn-groups vector columns into sequences of rows, inverse of Group transformMicrosoft.ML.Transforms.GroupingOperationsUngroupMicrosoft.ML.Transforms.UngroupTransform+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
128
128
Transforms.SentimentAnalyzerUses a pretrained sentiment model to score input stringsMicrosoft.ML.Transforms.Text.TextAnalyticsAnalyzeSentimentMicrosoft.ML.Transforms.Text.SentimentAnalyzingTransformer+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
129
-
Transforms.TensorFlowScorerTransforms the data using the TensorFlow model.Microsoft.ML.Transforms.TensorFlowTransformerTensorFlowScorerMicrosoft.ML.Transforms.TensorFlowTransformer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
129
+
Transforms.TensorFlowScorerTransforms the data using the TensorFlow model.Microsoft.ML.Transforms.TensorFlowTransformerTensorFlowScorerMicrosoft.ML.Transforms.TensorFlowEstimator+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
130
130
Transforms.TextFeaturizerA transform that turns a collection of text documents into numerical feature vectors. The feature vectors are normalized counts of (word and/or character) ngrams in a given tokenized text.Microsoft.ML.Transforms.Text.TextAnalyticsTextTransformMicrosoft.ML.Transforms.Text.TextFeaturizingEstimator+ArgumentsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
131
131
Transforms.TextToKeyConverterConverts input values (words, numbers, etc.) to index in a dictionary.Microsoft.ML.Transforms.Categorical.CategoricalTextToKeyMicrosoft.ML.Transforms.Conversions.ValueToKeyMappingTransformer+OptionsMicrosoft.ML.EntryPoints.CommonOutputs+TransformOutput
132
132
Transforms.TrainTestDatasetSplitterSplit the dataset into train and test setsMicrosoft.ML.EntryPoints.TrainTestSplitSplitMicrosoft.ML.EntryPoints.TrainTestSplit+InputMicrosoft.ML.EntryPoints.TrainTestSplit+Output
0 commit comments