ITextClassificationMultilabel.PrimaryMetric Property

Definition

Primary metric for Text-Classification-Multilabel task. Currently only Accuracy is supported as primary metric, hence user need not set it explicitly.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "AUCWeighted", "Accuracy", "NormMacroRecall", "AveragePrecisionScoreWeighted", "PrecisionScoreWeighted", "IOU" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Primary metric for Text-Classification-Multilabel task.\r\n        Currently only Accuracy is supported as primary metric, hence user need not set it explicitly.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="primaryMetric", Update=false)]
public string PrimaryMetric { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "AUCWeighted", "Accuracy", "NormMacroRecall", "AveragePrecisionScoreWeighted", "PrecisionScoreWeighted", "IOU" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Primary metric for Text-Classification-Multilabel task.\r\n        Currently only Accuracy is supported as primary metric, hence user need not set it explicitly.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="primaryMetric", Update=false)>]
member this.PrimaryMetric : string
Public ReadOnly Property PrimaryMetric As String

Property Value

Attributes

Applies to