AutoMLExperimentExtension.SetBinaryClassificationMetric Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Legen Sie als Auswertungs-Manager für AutoMLExperimentfestMicrosoft.ML.AutoML.BinaryMetricManager. Dadurch wird AutoMLExperiment als Auswertungsmetrik verwendet metric
.
public static Microsoft.ML.AutoML.AutoMLExperiment SetBinaryClassificationMetric (this Microsoft.ML.AutoML.AutoMLExperiment experiment, Microsoft.ML.AutoML.BinaryClassificationMetric metric, string labelColumn = "label", string predictedColumn = "PredictedLabel");
static member SetBinaryClassificationMetric : Microsoft.ML.AutoML.AutoMLExperiment * Microsoft.ML.AutoML.BinaryClassificationMetric * string * string -> Microsoft.ML.AutoML.AutoMLExperiment
<Extension()>
Public Function SetBinaryClassificationMetric (experiment As AutoMLExperiment, metric As BinaryClassificationMetric, Optional labelColumn As String = "label", Optional predictedColumn As String = "PredictedLabel") As AutoMLExperiment
Parameter
- experiment
- AutoMLExperiment
- metric
- BinaryClassificationMetric
Auswertungsmetrik.
- labelColumn
- String
Bezeichnungsspalte.
- predictedColumn
- String
Vorhergesagte Spalte.