public static final class GLMV2.GLMParametersV2 extends water.api.SupervisedModelParametersSchema<GLMModel.GLMParameters,GLMV2.GLMParametersV2>
| Modifier and Type | Field and Description |
|---|---|
double[] |
alpha |
GLMModel.GLMParameters.Family |
family |
boolean |
higher_accuracy |
double[] |
lambda |
double |
lambda_min_ratio |
boolean |
lambda_search |
GLMModel.GLMParameters.Link |
link |
int |
n_folds |
int |
nlambdas |
static java.lang.String[] |
own_fields |
double |
prior1 |
boolean |
standardize |
double |
tweedie_link_power |
double |
tweedie_variance_power |
boolean |
use_all_factor_levels |
balance_classes, do_classification, max_after_balance_size, response_column| Constructor and Description |
|---|
GLMV2.GLMParametersV2() |
append_field_arrays, fields, writeParametersJSONacceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, getImplClass, getImplClass, 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="Standardize numeric columns to have zero mean and unit variance.") public boolean standardize
@API(help="Family.",
values={"gaussian","binomial","poisson","gamma","tweedie"})
public GLMModel.GLMParameters.Family family
@API(help="",
level=secondary,
values={"family_default","identity","logit","log","inverse","tweedie"})
public GLMModel.GLMParameters.Link link
@API(help="Tweedie variance power",
level=secondary)
public double tweedie_variance_power
@API(help="Tweedie link power",
level=secondary)
public double tweedie_link_power
@API(help="distribution of regularization between L1 and L2.",
level=secondary)
public double[] alpha
@API(help="regularization strength",
level=secondary)
public double[] lambda
@API(help="prior probability for y==1. To be used only for logistic regression iff the data has been sampled and the mean of response does not reflect reality.",
level=expert)
public double prior1
@API(help="use lambda search starting at lambda max, given lambda is then interpreted as lambda min",
level=secondary)
public boolean lambda_search
@API(help="number of lambdas to be used in a search",
level=expert)
public int nlambdas
@API(help="min lambda used in lambda search, specified as a ratio of lambda_max",
level=expert)
public double lambda_min_ratio
@API(help="use line search (slower speed, to be used if glm does not converge otherwise)",
level=secondary)
public boolean higher_accuracy
@API(help="By default, first factor level is skipped from the possible set of predictors. Set this flag if you want use all of the levels. Needs sufficient regularization to solve!",
level=secondary)
public boolean use_all_factor_levels
@API(help="validation folds") public int n_folds