public class TargetEncoderParametersV3 extends ModelParametersSchemaV3
| Modifier and Type | Field and Description |
|---|---|
boolean |
blending
If true, enables blending of posterior probabilities (computed for a given categorical value) with prior
probabilities (computed on the entire set).
|
java.lang.String[][] |
columnsToEncode
List of categorical columns or groups of categorical columns to encode.
|
H2otargetencodingTargetEncoderModelDataLeakageHandlingStrategy |
dataLeakageHandling
Data leakage handling strategy used to generate the encoding.
|
double |
inflectionPoint
Inflection point of the sigmoid used to blend probabilities (see `blending` parameter).
|
boolean |
keepOriginalCategoricalColumns
If true, the original non-encoded categorical features will remain in the result frame.
|
double |
noise
The amount of noise to add to the encoded column.
|
long |
seed
Seed used to generate the noise.
|
double |
smoothing
Smoothing factor corresponds to the inverse of the slope at the inflection point on the sigmoid used to blend
probabilities (see `blending` parameter).
|
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 |
|---|
TargetEncoderParametersV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="columns_to_encode") public java.lang.String[][] columnsToEncode
@SerializedName(value="keep_original_categorical_columns") public boolean keepOriginalCategoricalColumns
public boolean blending
@SerializedName(value="inflection_point") public double inflectionPoint
public double smoothing
@SerializedName(value="data_leakage_handling") public H2otargetencodingTargetEncoderModelDataLeakageHandlingStrategy dataLeakageHandling
public double noise
public long seed
public java.lang.String toString()
toString in class ModelParametersSchemaV3