public static final class GBMV3.GBMParametersV3 extends SharedTreeV3.SharedTreeParametersV3<GBMModel.GBMParameters,GBMV3.GBMParametersV3>
| Modifier and Type | Field and Description |
|---|---|
hex.Distribution.Family |
distribution |
static java.lang.String[] |
fields |
float |
learn_rate |
double |
tweedie_power |
balance_classes, build_tree_one_node, class_sampling_factors, max_after_balance_size, max_confusion_matrix_size, max_depth, max_hit_ratio_k, min_rows, nbins, nbins_cats, nbins_top_level, ntrees, r2_stopping, seed| Constructor and Description |
|---|
GBMV3.GBMParametersV3() |
append_field_arrays, fields, fillFromImpl, fillImpl, writeParametersJSONcreateAndFillImpl, createImpl, fillFromParms, fillFromParms, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemas, setFieldpublic static java.lang.String[] fields
@API(help="Learning rate from 0.0 to 1.0",
gridable=true)
public float learn_rate
@API(help="Distribution function",
values={"AUTO","bernoulli","multinomial","gaussian","poisson","gamma","tweedie"},
gridable=true)
public hex.Distribution.Family distribution
@API(help="Tweedie Power (between 1 and 2)",
level=secondary,
gridable=true)
public double tweedie_power