public class ModelMetricsBinomialUpliftV3 extends ModelMetricsBaseV3
| Modifier and Type | Field and Description |
|---|---|
TwoDimTableV3 |
aecuTable
Table of all types of AECU values.
|
double |
atc
Average Treatment Effect on the Control.
|
double |
ate
Average Treatment Effect.
|
double |
att
Average Treatment Effect on the Treated.
|
double |
auuc
The default AUUC for this scoring run.
|
double |
auucNormalized
The default normalized AUUC for this scoring run.
|
TwoDimTableV3 |
auucTable
Table of all types of AUUC.
|
java.lang.String[] |
domain
The class labels of the response.
|
double |
qini
The Qini value for this scoring run.
|
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.
|
public double ate
public double att
public double atc
@SerializedName(value="AUUC") public double auuc
@SerializedName(value="auuc_normalized") public double auucNormalized
public double qini
public java.lang.String[] domain
@SerializedName(value="thresholds_and_metric_scores") public TwoDimTableV3 thresholdsAndMetricScores
@SerializedName(value="auuc_table") public TwoDimTableV3 auucTable
@SerializedName(value="aecu_table") public TwoDimTableV3 aecuTable
public ModelMetricsBinomialUpliftV3()
public java.lang.String toString()
toString in class ModelMetricsBaseV3