public static class QuantileModel.QuantileParameters extends Model.Parameters
Model.Parameters.FoldAssignmentScheme
Modifier and Type | Field and Description |
---|---|
QuantileModel.CombineMethod |
_combine_method |
double[] |
_probs |
_balance_classes, _checkpoint, _class_sampling_factors, _distribution, _fold_assignment, _fold_column, _ignore_const_cols, _ignored_columns, _keep_cross_validation_predictions, _max_after_balance_size, _max_confusion_matrix_size, _max_hit_ratio_k, _model_id, _nfolds, _offset_column, _response_column, _score_each_iteration, _train, _tweedie_power, _valid, _weights_column, MAX_SUPPORTED_LEVELS
Constructor and Description |
---|
QuantileModel.QuantileParameters() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
defaultDropConsCols() |
checksum_impl, checksum, defaultDropNA20Cols, hasCheckpoint, missingColumnsType, read_lock_frames, read_unlock_frames, train, valid
clone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSON
public double[] _probs
public QuantileModel.CombineMethod _combine_method
protected boolean defaultDropConsCols()
defaultDropConsCols
in class Model.Parameters