public static class QuantileModel.QuantileParameters extends Model.Parameters
| Modifier and Type | Field and Description |
|---|---|
QuantileModel.CombineMethod |
_combine_method |
double[] |
_probs |
_balance_classes, _class_sampling_factors, _ignore_const_cols, _ignored_columns, _max_after_balance_size, _max_confusion_matrix_size, _max_hit_ratio_k, _model_id, _offset_column, _response_column, _score_each_iteration, _train, _valid, _weights_column| Constructor and Description |
|---|
QuantileModel.QuantileParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
defaultDropConsCols() |
checksum_impl, defaultDropNA20Cols, missingColumnsType, read_lock_frames, read_unlock_frames, train, validclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic double[] _probs
public QuantileModel.CombineMethod _combine_method
protected boolean defaultDropConsCols()
defaultDropConsCols in class Model.Parameters