public class GrepParametersV3 extends ModelParametersSchema
| Modifier and Type | Field and Description |
|---|---|
boolean |
ignore_const_cols
Ignore constant columns
|
java.lang.String[] |
ignored_columns
Ignored columns
|
java.lang.String |
model_id
Destination id for this model; auto-generated if not specified
|
java.lang.String |
regex
regex
|
boolean |
score_each_iteration
Whether to score during each iteration of model training
|
java.lang.String |
training_frame
Training frame
|
java.lang.String |
validation_frame
Validation frame
|
| Constructor and Description |
|---|
GrepParametersV3() |
public java.lang.String regex
public java.lang.String model_id
public java.lang.String training_frame
public java.lang.String validation_frame
public java.lang.String[] ignored_columns
public boolean ignore_const_cols
public boolean score_each_iteration