Class TargetEncoderModel

All Implemented Interfaces:
Serializable, org.apache.spark.internal.Logging, TargetEncoderBase, Params, HasHandleInvalid, HasInputCol, HasInputCols, HasLabelCol, HasOutputCol, HasOutputCols, Identifiable, MLWritable

public class TargetEncoderModel extends Model<TargetEncoderModel> implements TargetEncoderBase, MLWritable
param: stats Array of statistics for each input feature. Array( Map( category, (counter, stat) ) )
See Also: