public class GBMParametersV3 extends SharedTreeParametersV3
| Modifier and Type | Field and Description |
|---|---|
double |
colSampleRate
Column sample rate (from 0.0 to 1.0)
|
DistributionFamily |
distribution
Distribution function
|
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
|
double |
quantileAlpha
Desired quantile for quantile regression (from 0.0 to 1.0)
|
double |
tweediePower
Tweedie Power (between 1 and 2)
|
balanceClasses, buildTreeOneNode, classSamplingFactors, colSampleRateChangePerLevel, colSampleRatePerTree, histogramType, maxAfterBalanceSize, maxConfusionMatrixSize, maxDepth, maxHitRatioK, minRows, minSplitImprovement, nbins, nbinsCats, nbinsTopLevel, ntrees, r2Stopping, sampleRate, sampleRatePerClass, scoreTreeInterval, seedcheckpoint, foldAssignment, foldColumn, ignoreConstCols, ignoredColumns, keepCrossValidationFoldAssignment, keepCrossValidationPredictions, maxRuntimeSecs, modelId, nfolds, offsetColumn, parallelizeCrossValidation, responseColumn, scoreEachIteration, stoppingMetric, stoppingRounds, stoppingTolerance, trainingFrame, validationFrame, weightsColumn_excludeFields| 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.
|
public double learnRate
public double learnRateAnnealing
public DistributionFamily distribution
public double quantileAlpha
public double tweediePower
public double colSampleRate
public double maxAbsLeafnodePred
public java.lang.String toString()
toString in class SharedTreeParametersV3