public class TargetEncoderTransformParametersV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
boolean |
blending
Enables or disables blending
|
H2otargetencodingTargetEncoderDataLeakageHandlingStrategy |
dataLeakageHandling
Data leakage handling strategy.
|
FrameKeyV3 |
frame
Frame to transform
|
double |
inflectionPoint
Inflection point
|
ModelKeyV3 |
model
Target Encoder model to use.
|
double |
noise
Noise
|
long |
seed
Seed value
|
double |
smoothing
Smoothing
|
| Constructor and Description |
|---|
TargetEncoderTransformParametersV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelKeyV3 model
public long seed
@SerializedName(value="data_leakage_handling") public H2otargetencodingTargetEncoderDataLeakageHandlingStrategy dataLeakageHandling
public double noise
public FrameKeyV3 frame
public boolean blending
@SerializedName(value="inflection_point") public double inflectionPoint
public double smoothing