public class GLMParametersV3 extends ModelParametersSchema
| Modifier and Type | Field and Description |
|---|---|
double[] |
alpha
distribution of regularization between L1 and L2.
|
boolean |
balance_classes
Balance training data class counts via over/under-sampling (for imbalanced data).
|
FrameKeyV3 |
beta_constraints
beta constraints
|
double |
beta_epsilon
converge if beta changes less (using L-infinity norm) than beta esilon, ONLY applies to IRLSM solver
|
float[] |
class_sampling_factors
Desired over/under-sampling ratios per class (in lexicographic order).
|
boolean |
compute_p_values
request p-values computation, p-values work only with IRLSM solver and no regularization
|
GlmGLMModelGLMParametersFamily |
family
Family.
|
double |
gradient_epsilon
converge if objective changes less (using L-infinity norm) than this, ONLY applies to L-BFGS solver
|
java.lang.String[] |
interactions
A list of predictor column indices to interact.
|
boolean |
intercept
include constant term in the model
|
double[] |
lambda
regularization strength
|
double |
lambda_min_ratio
min lambda used in lambda search, specified as a ratio of lambda_max
|
boolean |
lambda_search
use lambda search starting at lambda max, given lambda is then interpreted as lambda min
|
GlmGLMModelGLMParametersLink |
link |
int |
max_active_predictors
Maximum number of active predictors during computation.
|
float |
max_after_balance_size
Maximum relative size of the training data after balancing class counts (can be less than 1.0).
|
int |
max_confusion_matrix_size
Maximum size (# classes) for confusion matrices to be printed in the Logs
|
int |
max_hit_ratio_k
Max.
|
int |
max_iterations
Maximum number of iterations
|
DeeplearningDeepLearningModelDeepLearningParametersMissingValuesHandling |
missing_values_handling
Handling of missing values.
|
int |
nlambdas
number of lambdas to be used in a search
|
boolean |
non_negative
Restrict coefficients (not intercept) to be non-negative
|
double |
obj_reg
likelihood divider in objective value computation, default is 1/nobs
|
double |
objective_epsilon
converge if objective value changes less than this
|
double |
prior
prior probability for y==1.
|
boolean |
remove_collinear_columns
in case of linearly dependent columns remove some of the dependent columns
|
GlmGLMModelGLMParametersSolver |
solver
AUTO will set the solver based on given data and the other parameters.
|
boolean |
standardize
Standardize numeric columns to have zero mean and unit variance
|
double |
tweedie_link_power
Tweedie link power
|
double |
tweedie_variance_power
Tweedie variance power
|
checkpoint, fold_assignment, fold_column, ignore_const_cols, ignored_columns, keep_cross_validation_fold_assignment, 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 |
|---|
GLMParametersV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public GlmGLMModelGLMParametersFamily family
public double tweedie_variance_power
public double tweedie_link_power
public GlmGLMModelGLMParametersSolver solver
public double[] alpha
public double[] lambda
public boolean lambda_search
public int nlambdas
public boolean standardize
public DeeplearningDeepLearningModelDeepLearningParametersMissingValuesHandling missing_values_handling
public boolean non_negative
public int max_iterations
public double beta_epsilon
public double objective_epsilon
public double gradient_epsilon
public double obj_reg
public GlmGLMModelGLMParametersLink link
public boolean intercept
public double prior
public double lambda_min_ratio
public FrameKeyV3 beta_constraints
public int max_active_predictors
public java.lang.String[] interactions
public boolean balance_classes
public float[] class_sampling_factors
public float max_after_balance_size
public int max_confusion_matrix_size
public int max_hit_ratio_k
public boolean compute_p_values
public boolean remove_collinear_columns
public java.lang.String toString()
toString in class ModelParametersSchema