public class TargetEncoderParametersV3 extends ModelParametersSchemaV3
| Modifier and Type | Field and Description |
|---|---|
boolean |
blending
Blending enabled/disabled
|
H2otargetencodingTargetEncoderDataLeakageHandlingStrategy |
dataLeakageHandling
Data leakage handling strategy.
|
double |
f
Smoothing.
|
double |
k
Inflection point.
|
double |
noiseLevel
Noise level
|
long |
seed
Seed for the specified noise level
|
categoricalEncoding, checkpoint, customDistributionFunc, customMetricFunc, distribution, exportCheckpointsDir, foldAssignment, foldColumn, 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 |
|---|
TargetEncoderParametersV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public boolean blending
public double k
public double f
@SerializedName(value="data_leakage_handling") public H2otargetencodingTargetEncoderDataLeakageHandlingStrategy dataLeakageHandling
@SerializedName(value="noise_level") public double noiseLevel
public long seed
public java.lang.String toString()
toString in class ModelParametersSchemaV3