public abstract class SupervisedModelParametersSchema<P extends SupervisedModel.SupervisedParameters,S extends SupervisedModelParametersSchema<P,S>> extends ModelParametersSchema<P,S>
ModelParametersSchema.ValidationMessageBase, ModelParametersSchema.ValidationMessageV2| Modifier and Type | Field and Description |
|---|---|
boolean |
balance_classes |
float |
max_after_balance_size |
java.lang.String |
response_column |
boolean |
to_enum |
destination_key, ignored_columns, score_each_iteration, training_frame, validation_frame_version_pattern, schema_name, schema_type, schema_version| Constructor and Description |
|---|
SupervisedModelParametersSchema() |
fields, fillFromImpl, fillImpl, writeParametersJSONacceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, getImplClass, getImplClass, markdown, markdown, registerclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSON@API(help="Response column", direction=INOUT) public java.lang.String response_column
@API(help="Convert the response column to an enum (forcing a classification instead of a regression) if needed.", direction=INOUT) public boolean to_enum
@API(help="Upsample the minority classes to balance the class distribution?", direction=INOUT) public boolean balance_classes