다음을 통해 공유


AutoMLExperimentExtension.SetRegressionMetric 메서드

정의

에 대한 AutoMLExperiment평가 관리자로 설정합니다Microsoft.ML.AutoML.RegressionMetricManager. 이렇게 하면 AutoMLExperiment 를 평가 메트릭으로 사용합니다 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

매개 변수

metric
RegressionMetric

평가 메트릭.

labelColumn
String

레이블 열입니다.

scoreColumn
String

점수 열입니다.

반환

AutoMLExperiment

적용 대상