BinaryClassificationTrainer Enum
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.
Enumeration of ML.NET binary classification trainers used by AutoML.
public enum BinaryClassificationTrainer
type BinaryClassificationTrainer =
Public Enum BinaryClassificationTrainer
- Inheritance
-
BinaryClassificationTrainer
Fields
Name | Value | Description |
---|---|---|
FastForest | 0 | |
FastTree | 1 | |
LightGbm | 2 | |
LbfgsLogisticRegression | 3 | |
SdcaLogisticRegression | 4 |