public static final class IsotonicRegressionV3.IsotonicRegressionParametersV3 extends water.api.schemas3.ModelParametersSchemaV3<IsotonicRegressionModel.IsotonicRegressionParameters,IsotonicRegressionV3.IsotonicRegressionParametersV3>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
fields |
IsotonicRegressionModel.OutOfBoundsHandling |
out_of_bounds |
auc_type, categorical_encoding, checkpoint, custom_distribution_func, custom_metric_func, distribution, export_checkpoints_dir, fold_assignment, fold_column, gainslift_bins, huber_alpha, ignore_const_cols, ignored_columns, keep_cross_validation_fold_assignment, keep_cross_validation_models, keep_cross_validation_predictions, max_categorical_levels, max_runtime_secs, model_id, nfolds, offset_column, parallelize_cross_validation, quantile_alpha, response_column, score_each_iteration, stopping_metric, stopping_rounds, stopping_tolerance, training_frame, tweedie_power, validation_frame, weights_column| Constructor and Description |
|---|
IsotonicRegressionParametersV3() |
append_field_arrays, extractDeclaredApiParameters, fields, fillFromImpl, fillImpl, getAdditionalParameters, writeParametersJSONcreateAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCallpublic static java.lang.String[] fields
@API(help="Method of handling values of X predictor that are outside of the bounds seen in training.",
values={"NA","clip"},
direction=INOUT)
public IsotonicRegressionModel.OutOfBoundsHandling out_of_bounds