public static final class GBMV3.GBMParametersV3 extends SharedTreeV3.SharedTreeParametersV3<GBMModel.GBMParameters,GBMV3.GBMParametersV3>
water.api.ModelParametersSchema.ValidationMessageBase<I extends hex.ModelBuilder.ValidationMessage,S extends water.api.ModelParametersSchema.ValidationMessageBase<I,S>>, water.api.ModelParametersSchema.ValidationMessageV2| Modifier and Type | Field and Description |
|---|---|
GBMModel.GBMParameters.Family |
distribution |
float |
learn_rate |
static java.lang.String[] |
own_fields |
max_depth, min_rows, nbins, ntrees, seedbalance_classes, class_sampling_factors, max_after_balance_size, max_confusion_matrix_size, max_hit_ratio_k, response_column| Constructor and Description |
|---|
GBMV3.GBMParametersV3() |
append_field_arrays, fields, fillFromImpl, fillImpl, writeParametersJSONacceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemaspublic static java.lang.String[] own_fields
@API(help="Learning rate from 0.0 to 1.0") public float learn_rate
@API(help="Distribution function",
values={"AUTO","bernoulli","multinomial","gaussian"})
public GBMModel.GBMParameters.Family distribution