public class ModelMetricsListSchemaV3 extends RequestSchema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
_exclude_fields
Comma-separated list of JSON field paths to exclude from the result, used like: "/3/Frames?_exclude_fields=frames/frame_id/URL,__meta"
|
int |
deep_features_hidden_layer
Extract Deep Features for given hidden layer (optional, only for Deep Learning models)
|
java.lang.String |
frame
Key of Frame of interest (optional)
|
java.lang.String |
model
Key of Model of interest (optional)
|
ModelMetricsBase[] |
model_metrics
ModelMetrics
|
java.lang.String |
predictions_frame
Key of predictions frame, if predictions are requested (optional)
|
boolean |
project_archetypes
Project GLRM archetypes back into original feature space (optional, only for GLRM models)
|
boolean |
reconstruct_train
Reconstruct original training frame (optional, only for GLRM models)
|
boolean |
reconstruction_error
Compute reconstruction error (optional, only for Deep Learning AutoEncoder models)
|
boolean |
reconstruction_error_per_feature
Compute reconstruction error per feature (optional, only for Deep Learning AutoEncoder models)
|
boolean |
reverse_transform
Reverse transformation applied during training to model output (optional, only for GLRM models)
|
| Constructor and Description |
|---|
ModelMetricsListSchemaV3() |
public java.lang.String model
public java.lang.String frame
public java.lang.String predictions_frame
public boolean reconstruction_error
public boolean reconstruction_error_per_feature
public int deep_features_hidden_layer
public boolean reconstruct_train
public boolean project_archetypes
public boolean reverse_transform
public ModelMetricsBase[] model_metrics
public java.lang.String _exclude_fields