public class AdaBoostParametersV3 extends ModelParametersSchemaV3
| Modifier and Type | Field and Description |
|---|---|
double |
learnRate
Learning rate (from 0.0 to 1.0)
|
int |
nlearners
Number of AdaBoost weak learners.
|
long |
seed
Seed for pseudo random number generator (if applicable)
|
AdaBoostModelAlgorithm |
weakLearner
Choose a weak learner type.
|
java.lang.String |
weakLearnerParams
Customized parameters for the weak_learner algorithm.
|
aucType, categoricalEncoding, checkpoint, customDistributionFunc, customMetricFunc, distribution, exportCheckpointsDir, foldAssignment, foldColumn, gainsliftBins, huberAlpha, ignoreConstCols, ignoredColumns, keepCrossValidationFoldAssignment, keepCrossValidationModels, keepCrossValidationPredictions, maxCategoricalLevels, maxRuntimeSecs, modelId, nfolds, offsetColumn, parallelizeCrossValidation, quantileAlpha, responseColumn, scoreEachIteration, stoppingMetric, stoppingRounds, stoppingTolerance, trainingFrame, tweediePower, validationFrame, weightsColumn| Constructor and Description |
|---|
AdaBoostParametersV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public int nlearners
@SerializedName(value="weak_learner") public AdaBoostModelAlgorithm weakLearner
@SerializedName(value="learn_rate") public double learnRate
@SerializedName(value="weak_learner_params") public java.lang.String weakLearnerParams
public long seed
public java.lang.String toString()
toString in class ModelParametersSchemaV3