public class UpliftDRFParametersV3 extends SharedTreeParametersV3
| Modifier and Type | Field and Description |
|---|---|
int |
auucNbins
Number of bins to calculate Area Under Uplift Curve.
|
AUUCType |
auucType
Metric used to calculate Area Under Uplift Curve.
|
int |
mtries
Number of variables randomly sampled as candidates at each split.
|
double |
sampleRate
Row sample rate per tree (from 0.0 to 1.0)
|
java.lang.String |
treatmentColumn
Define the column which will be used for computing uplift gain to select best split for a tree.
|
TreeupliftUpliftDRFModelUpliftDRFParametersUpliftMetricType |
upliftMetric
Divergence metric used to find best split when building an uplift tree.
|
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 |
|---|
UpliftDRFParametersV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public int mtries
@SerializedName(value="sample_rate") public double sampleRate
@SerializedName(value="treatment_column") public java.lang.String treatmentColumn
@SerializedName(value="uplift_metric") public TreeupliftUpliftDRFModelUpliftDRFParametersUpliftMetricType upliftMetric
@SerializedName(value="auuc_type") public AUUCType auucType
@SerializedName(value="auuc_nbins") public int auucNbins
public java.lang.String toString()
toString in class SharedTreeParametersV3