Freigeben über


AutoMLExperimentExtension.SetRegressionMetric Methode

Definition

Legen Sie als Auswertungs-Manager für AutoMLExperimentfestMicrosoft.ML.AutoML.RegressionMetricManager. Dadurch wird AutoMLExperiment als Auswertungsmetrik verwendet metric .

public static Microsoft.ML.AutoML.AutoMLExperiment SetRegressionMetric (this Microsoft.ML.AutoML.AutoMLExperiment experiment, Microsoft.ML.AutoML.RegressionMetric metric, string labelColumn = "Label", string scoreColumn = "Score");
static member SetRegressionMetric : Microsoft.ML.AutoML.AutoMLExperiment * Microsoft.ML.AutoML.RegressionMetric * string * string -> Microsoft.ML.AutoML.AutoMLExperiment
<Extension()>
Public Function SetRegressionMetric (experiment As AutoMLExperiment, metric As RegressionMetric, Optional labelColumn As String = "Label", Optional scoreColumn As String = "Score") As AutoMLExperiment

Parameter

metric
RegressionMetric

Auswertungsmetrik.

labelColumn
String

label-Spalte.

scoreColumn
String

Score-Spalte.

Gibt zurück

AutoMLExperiment

Gilt für: