public class TargetEncoderTransformParametersV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
boolean |
asTraining
Force encoding mode for training data: when using a leakage handling strategy different from None, training data
should be transformed with this flag set to true (Defaults to false).
|
boolean |
blending
Enables or disables blending.
|
FrameKeyV3 |
frame
Frame to transform.
|
double |
inflectionPoint
Inflection point.
|
ModelKeyV3 |
model
Target Encoder model to use.
|
double |
noise
Noise.
|
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 FrameKeyV3 frame
@SerializedName(value="as_training") public boolean asTraining
public boolean blending
@SerializedName(value="inflection_point") public double inflectionPoint
public double smoothing
public double noise