BinaryClassificationExperiment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AutoML experiment on binary classification datasets.
public sealed class BinaryClassificationExperiment : Microsoft.ML.AutoML.ExperimentBase<Microsoft.ML.Data.BinaryClassificationMetrics,Microsoft.ML.AutoML.BinaryExperimentSettings>
type BinaryClassificationExperiment = class
inherit ExperimentBase<BinaryClassificationMetrics, BinaryExperimentSettings>
Public NotInheritable Class BinaryClassificationExperiment
Inherits ExperimentBase(Of BinaryClassificationMetrics, BinaryExperimentSettings)
- Inheritance
-
BinaryClassificationExperiment
Examples
Warning
It looks like the sample you are looking for has moved! Rest assured we are working on resolving this.