RegressionTrainer 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 multiclass classification trainers used by AutoML.
public enum RegressionTrainer
type RegressionTrainer =
Public Enum RegressionTrainer
- Inheritance
-
RegressionTrainer
Fields
Name | Value | Description |
---|---|---|
FastForest | 0 | |
FastTree | 1 | |
FastTreeTweedie | 2 | |
LightGbm | 3 | |
LbfgsPoissonRegression | 4 | |
StochasticDualCoordinateAscent | 5 |