public static class XGBoostModel.XGBoostParameters
extends hex.Model.Parameters
| Modifier and Type | Class and Description |
|---|---|
static class |
XGBoostModel.XGBoostParameters.Backend |
static class |
XGBoostModel.XGBoostParameters.Booster |
static class |
XGBoostModel.XGBoostParameters.DartNormalizeType |
static class |
XGBoostModel.XGBoostParameters.DartSampleType |
static class |
XGBoostModel.XGBoostParameters.DMatrixType |
static class |
XGBoostModel.XGBoostParameters.GrowPolicy |
static class |
XGBoostModel.XGBoostParameters.MissingValuesHandling |
static class |
XGBoostModel.XGBoostParameters.TreeMethod |
_auto_rebalance, _balance_classes, _categorical_encoding, _checkpoint, _class_sampling_factors, _custom_metric_func, _distribution, _fold_assignment, _fold_column, _huber_alpha, _ignore_const_cols, _ignored_columns, _is_cv_model, _keep_cross_validation_fold_assignment, _keep_cross_validation_predictions, _max_after_balance_size, _max_categorical_levels, _max_confusion_matrix_size, _max_runtime_secs, _nfolds, _offset_column, _parallelize_cross_validation, _pretrained_autoencoder, _quantile_alpha, _response_column, _score_each_iteration, _seed, _stopping_metric, _stopping_rounds, _stopping_tolerance, _train, _tweedie_power, _valid, _weights_column, MAX_SUPPORTED_LEVELS| Constructor and Description |
|---|
XGBoostModel.XGBoostParameters() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
algoName() |
java.lang.String |
fullName() |
java.lang.String |
javaName() |
long |
progressUnits() |
checksum_impl, checksum, defaultDropConsCols, defaultStoppingTolerance, getOrMakeRealSeed, hasCheckpoint, missingColumnsType, read_lock_frames, read_unlock_frames, setTrain, train, validpublic boolean _quiet_mode
public XGBoostModel.XGBoostParameters.MissingValuesHandling _missing_values_handling
public int _ntrees
public int _n_estimators
public int _max_depth
public double _min_rows
public double _min_child_weight
public double _learn_rate
public double _eta
public double _learn_rate_annealing
public double _sample_rate
public double _subsample
public double _col_sample_rate
public double _colsample_bylevel
public double _col_sample_rate_per_tree
public double _colsample_bytree
public float _max_abs_leafnode_pred
public float _max_delta_step
public int _score_tree_interval
public int _initial_score_interval
public int _score_interval
public float _min_split_improvement
public float _gamma
public int _max_bins
public int _max_leaves
public float _min_sum_hessian_in_leaf
public float _min_data_in_leaf
public XGBoostModel.XGBoostParameters.TreeMethod _tree_method
public XGBoostModel.XGBoostParameters.GrowPolicy _grow_policy
public XGBoostModel.XGBoostParameters.Booster _booster
public XGBoostModel.XGBoostParameters.DMatrixType _dmatrix_type
public float _reg_lambda
public float _reg_alpha
public XGBoostModel.XGBoostParameters.DartSampleType _sample_type
public XGBoostModel.XGBoostParameters.DartNormalizeType _normalize_type
public float _rate_drop
public boolean _one_drop
public float _skip_drop
public int _gpu_id
public XGBoostModel.XGBoostParameters.Backend _backend
public java.lang.String algoName()
algoName in class hex.Model.Parameterspublic java.lang.String fullName()
fullName in class hex.Model.Parameterspublic java.lang.String javaName()
javaName in class hex.Model.Parameterspublic long progressUnits()
progressUnits in class hex.Model.Parameters