public class GBMParametersV3 extends SharedTreeParametersV3
| Modifier and Type | Field and Description |
|---|---|
double |
colSampleRate
Column sample rate (from 0.0 to 1.0)
|
double |
learnRate
Learning rate (from 0.0 to 1.0)
|
double |
learnRateAnnealing
Scale the learning rate by this factor after each tree (e.g., 0.99 or 0.999)
|
double |
maxAbsLeafnodePred
Maximum absolute value of a leaf node prediction
|
KeyValueV3[] |
monotoneConstraints
A mapping representing monotonic constraints.
|
double |
predNoiseBandwidth
Bandwidth (sigma) of Gaussian multiplicative noise ~N(1,sigma) for tree node predictions
|
double |
sampleRate
Row sample rate per tree (from 0.0 to 1.0)
|
balanceClasses, buildTreeOneNode, calibrateModel, calibrationFrame, checkConstantResponse, classSamplingFactors, colSampleRateChangePerLevel, colSampleRatePerTree, histogramType, maxAfterBalanceSize, maxConfusionMatrixSize, maxDepth, minRows, minSplitImprovement, nbins, nbinsCats, nbinsTopLevel, ntrees, r2Stopping, sampleRatePerClass, scoreTreeInterval, seedaucType, 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 |
|---|
GBMParametersV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="learn_rate") public double learnRate
@SerializedName(value="learn_rate_annealing") public double learnRateAnnealing
@SerializedName(value="sample_rate") public double sampleRate
@SerializedName(value="col_sample_rate") public double colSampleRate
@SerializedName(value="monotone_constraints") public KeyValueV3[] monotoneConstraints
@SerializedName(value="max_abs_leafnode_pred") public double maxAbsLeafnodePred
@SerializedName(value="pred_noise_bandwidth") public double predNoiseBandwidth
public java.lang.String toString()
toString in class SharedTreeParametersV3