public abstract static class SharedTreeModel.SharedTreeParameters
extends hex.Model.Parameters
| Modifier and Type | Field and Description |
|---|---|
boolean |
_build_tree_one_node |
boolean |
_checkpoint |
hex.Distributions.Family |
_distribution
Distribution functions.
|
int |
_max_depth |
double |
_min_rows |
int |
_nbins |
int |
_nbins_cats |
int |
_nbins_top_level |
int |
_ntrees |
double |
_r2_stopping |
long |
_seed |
float |
_tweedie_power |
_balance_classes, _class_sampling_factors, _fold_assignment, _fold_column, _ignore_const_cols, _ignored_columns, _keep_cross_validation_predictions, _keep_cross_validation_splits, _max_after_balance_size, _max_confusion_matrix_size, _max_hit_ratio_k, _model_id, _nfolds, _offset_column, _response_column, _score_each_iteration, _train, _valid, _weights_column| Constructor and Description |
|---|
SharedTreeModel.SharedTreeParameters() |
checksum_impl, defaultDropConsCols, defaultDropNA20Cols, missingColumnsType, read_lock_frames, read_unlock_frames, train, validpublic int _ntrees
public int _max_depth
public double _min_rows
public int _nbins
public int _nbins_cats
public double _r2_stopping
public long _seed
public boolean _checkpoint
public int _nbins_top_level
public boolean _build_tree_one_node
public hex.Distributions.Family _distribution
TODO: Replace with drop-down that displays different distributions depending on cont/cat response
public float _tweedie_power