AutoMLExperimentExtension.SetBinaryClassificationMetric メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の評価マネージャーとして設定 Microsoft.ML.AutoML.BinaryMetricManager します AutoMLExperiment。 これにより、評価メトリックとして を使用metric
できるようになりますAutoMLExperiment。
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
パラメーター
- experiment
- AutoMLExperiment
- metric
- BinaryClassificationMetric
評価メトリック。
- labelColumn
- String
label 列。
- predictedColumn
- String
予測列。