public class ModelMetricsBinomialUpliftGeneric extends ModelMetricsBinomialUplift
ModelMetricsBinomialUplift.MetricBuilderBinomialUplift
ModelMetricsSupervised.MetricBuilderSupervised<T extends ModelMetricsSupervised.MetricBuilderSupervised<T>>
ModelMetrics.MetricBuilder<T extends ModelMetrics.MetricBuilder<T>>
Modifier and Type | Field and Description |
---|---|
TwoDimTable |
_aecu_table |
TwoDimTable |
_auuc_table |
TwoDimTable |
_thresholds_and_metric_scores |
_atc, _ate, _att, _auuc
_domain, _sigma
_custom_metric, _description, _MSE, _nobs, _scoring_time
Constructor and Description |
---|
ModelMetricsBinomialUpliftGeneric(Model model,
Frame frame,
long nobs,
java.lang.String[] domain,
double ate,
double att,
double atc,
double sigma,
AUUC auuc,
CustomMetric customMetric,
TwoDimTable thresholds_and_metric_scores,
TwoDimTable auuc_table,
TwoDimTable aecu_table,
java.lang.String description) |
appendToStringMetrics, atc, ate, att, auuc, auucNormalized, getFromDKV, make, nbins, qini, toString
r2
auc_obj, buildKey, buildKey, calcVarImp, calcVarImp, calcVarImp, calcVarImp, checksum_impl, cm, custom_increasing, custom, deepCloneWithDifferentModelAndFrame, defaultModelMetrics, frame, getAllowedMetrics, getMetricFromModel, getMetricFromModelMetric, hr, isForFrame, isForModel, model, mse, residual_degrees_of_freedom, rmse, setModelKey, sortModelsByMetric, sortModelsByMetric, withDescription, withModelAndFrame
checksum_impl, checksum, checksum, getKey, makeSchema, readAll_impl, readAll, remove_impl, remove_impl, remove_self_key_impl, remove, remove, remove, remove, remove, remove, removeQuietly, writeAll_impl, writeAll
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
public final TwoDimTable _thresholds_and_metric_scores
public final TwoDimTable _auuc_table
public final TwoDimTable _aecu_table
public ModelMetricsBinomialUpliftGeneric(Model model, Frame frame, long nobs, java.lang.String[] domain, double ate, double att, double atc, double sigma, AUUC auuc, CustomMetric customMetric, TwoDimTable thresholds_and_metric_scores, TwoDimTable auuc_table, TwoDimTable aecu_table, java.lang.String description)