public class ModelMetricsBinomialUpliftV3 extends ModelMetricsBaseV3
| Modifier and Type | Field and Description |
|---|---|
double |
auuc
The default AUUC for this scoring run.
|
TwoDimTableV3 |
auucTable
Table of all types of AUUC.
|
java.lang.String[] |
domain
The class labels of the response.
|
TwoDimTableV3 |
thresholdsAndMetricScores
The metrics for various thresholds.
|
customMetricName, customMetricValue, description, frame, frameChecksum, model, modelCategory, modelChecksum, mse, nobs, predictions, rmse, scoringTime| Constructor and Description |
|---|
ModelMetricsBinomialUpliftV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="AUUC") public double auuc
public java.lang.String[] domain
@SerializedName(value="thresholds_and_metric_scores") public TwoDimTableV3 thresholdsAndMetricScores
@SerializedName(value="auuc_table") public TwoDimTableV3 auucTable
public ModelMetricsBinomialUpliftV3()
public java.lang.String toString()
toString in class ModelMetricsBaseV3