public static class XGBoostModel.XGBoostParameters
extends hex.Model.Parameters
implements hex.Model.GetNTrees, hex.tree.PlattScalingHelper.ParamsWithCalibration
| 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.TreeMethod |
_auc_type, _auto_rebalance, _auuc_nbins, _auuc_type, _balance_classes, _categorical_encoding, _check_constant_response, _checkpoint, _class_sampling_factors, _custom_distribution_func, _custom_metric_func, _cv_fold, _distribution, _export_checkpoints_dir, _fold_assignment, _fold_column, _gainslift_bins, _huber_alpha, _ignore_const_cols, _ignored_columns, _is_cv_model, _keep_cross_validation_fold_assignment, _keep_cross_validation_models, _keep_cross_validation_predictions, _keep_cross_validation_predictions_precision, _main_model_time_budget_factor, _max_after_balance_size, _max_categorical_levels, _max_confusion_matrix_size, _max_runtime_secs, _nfolds, _offset_column, _parallelize_cross_validation, _preprocessors, _pretrained_autoencoder, _quantile_alpha, _response_column, _score_each_iteration, _seed, _stopping_metric, _stopping_rounds, _stopping_tolerance, _train, _treatment_column, _tweedie_power, _valid, _weights_column, MAX_SUPPORTED_LEVELS| Constructor and Description |
|---|
XGBoostParameters() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
algoName() |
boolean |
calibrateModel() |
java.lang.String |
fullName() |
water.fvec.Frame |
getCalibrationFrame() |
int |
getNTrees() |
hex.Model.Parameters |
getParams() |
java.lang.String |
javaName() |
long |
progressUnits() |
checksum, checksum, defaultDropConsCols, defaultStoppingTolerance, getCategoricalEncoding, getDependentKeys, getDistributionFamily, getFoldColumn, getMaxCategoricalLevels, getNonPredictors, getOffsetColumn, getOrMakeRealSeed, getResponseColumn, getTreatmentColumn, getUsedColumns, getWeightsColumn, hasCheckpoint, missingColumnsType, read_lock_frames, read_unlock_frames, setDistributionFamily, setTrain, train, validpublic boolean _quiet_mode
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 _colsample_bynode
public double _col_sample_rate_per_tree
public double _colsample_bytree
public hex.KeyValue[] _monotone_constraints
public java.lang.String[][] _interaction_constraints
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 _nthread
public java.lang.String _save_matrix_directory
public boolean _build_tree_one_node
public int _max_bins
public int _max_leaves
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 float _scale_pos_weight
public boolean _calibrate_model
public water.Key<water.fvec.Frame> _calibration_frame
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.Parameterspublic int getNTrees()
getNTrees in interface hex.Model.GetNTreespublic water.fvec.Frame getCalibrationFrame()
getCalibrationFrame in interface hex.tree.PlattScalingHelper.ParamsWithCalibrationpublic boolean calibrateModel()
calibrateModel in interface hex.tree.PlattScalingHelper.ParamsWithCalibrationpublic hex.Model.Parameters getParams()
getParams in interface hex.tree.PlattScalingHelper.ParamsWithCalibration