public static final class GBMV3.GBMParametersV3 extends SharedTreeV3.SharedTreeParametersV3<GBMModel.GBMParameters,GBMV3.GBMParametersV3>
| Modifier and Type | Field and Description |
|---|---|
float |
col_sample_rate |
hex.Distribution.Family |
distribution |
static java.lang.String[] |
fields |
float |
learn_rate |
double |
quantile_alpha |
double |
tweedie_power |
balance_classes, build_tree_one_node, class_sampling_factors, col_sample_rate_per_tree, 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, sample_rate, score_tree_interval, seedcheckpoint, fold_assignment, fold_column, ignore_const_cols, ignored_columns, keep_cross_validation_predictions, max_runtime_secs, model_id, nfolds, offset_column, parallelize_cross_validation, response_column, score_each_iteration, stopping_metric, stopping_rounds, stopping_tolerance, training_frame, validation_frame, weights_column| Constructor and Description |
|---|
GBMV3.GBMParametersV3() |
append_field_arrays, fields, fillFromImpl, fillImpl, writeParametersJSONcreateAndFillImpl, createImpl, fillFromParms, fillFromParms, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, 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","laplace","quantile"},
gridable=true)
public hex.Distribution.Family distribution
@API(help="Desired quantile for quantile regression (from 0.0 to 1.0)",
level=secondary,
gridable=true)
public double quantile_alpha
@API(help="Tweedie Power (between 1 and 2)",
level=secondary,
gridable=true)
public double tweedie_power
@API(help="Column sample rate (from 0.0 to 1.0)",
gridable=true)
public float col_sample_rate