次の方法で共有


AutoMLExperimentExtension.SetRegressionMetric メソッド

定義

の評価マネージャーとして 設定 Microsoft.ML.AutoML.RegressionMetricManager します AutoMLExperiment。 これにより、評価メトリックとして が使用metricされますAutoMLExperiment

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

label 列。

scoreColumn
String

score 列。

戻り値

AutoMLExperiment

適用対象