public abstract static class SharedTreeV2.SharedTreeParametersV2 extends water.api.ModelParametersSchema<SharedTreeModel.SharedTreeParameters,SharedTreeV2.SharedTreeParametersV2>
| Modifier and Type | Field and Description |
|---|---|
hex.AUC |
auc
AUC for binomial models, or null otherwise
|
hex.ConfusionMatrix |
cm
Confusion Matrix for classification models, or null otherwise
|
double[] |
mse_train
Train and validation errors per-tree (scored).
|
double[] |
mse_valid |
int |
ntrees
Number of trees in model
|
static java.lang.String[] |
own_fields |
double |
r2
r2 metric on validation set: 1-(MSE(model) / MSE(mean))
|
TreeStats |
treeStats
More indepth tree stats
|
hex.VarImp |
varimp
Variable Importance, if asked for
|
| Constructor and Description |
|---|
SharedTreeV2.SharedTreeParametersV2() |
| Modifier and Type | Method and Description |
|---|---|
SharedTreeV2.SharedTreeParametersV2 |
fillFromImpl(SharedTreeModel.SharedTreeParameters parms) |
append_field_arrays, fields, fillImpl, writeParametersJSONacceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, getImplClass, getImplClass, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemaspublic static java.lang.String[] own_fields
public int ntrees
public TreeStats treeStats
public double r2
public double[] mse_train
public double[] mse_valid
public hex.ConfusionMatrix cm
public hex.AUC auc
public hex.VarImp varimp
public SharedTreeV2.SharedTreeParametersV2 fillFromImpl(SharedTreeModel.SharedTreeParameters parms)
fillFromImpl in class water.api.ModelParametersSchema<SharedTreeModel.SharedTreeParameters,SharedTreeV2.SharedTreeParametersV2>