public static final class GBMV3.GBMParametersV3 extends SharedTreeV3.SharedTreeParametersV3<GBMModel.GBMParameters,GBMV3.GBMParametersV3>
| Modifier and Type | Field and Description |
|---|---|
GBMModel.GBMParameters.Family |
distribution |
float |
learn_rate |
static java.lang.String[] |
own_fields |
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, ntrees, offset_column, r2_stopping, response_column, seed, weights_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",
gridable=true)
public float learn_rate
@API(help="Distribution function",
values={"AUTO","bernoulli","multinomial","gaussian"},
gridable=true)
public GBMModel.GBMParameters.Family distribution