public static interface TFIModelPerformance.Builder extends SdkPojo, CopyableBuilder<TFIModelPerformance.Builder,TFIModelPerformance>
| Modifier and Type | Method and Description |
|---|---|
TFIModelPerformance.Builder |
auc(Float auc)
The area under the curve (auc).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTFIModelPerformance.Builder auc(Float auc)
The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate (FPR) across all possible model score thresholds.
auc - The area under the curve (auc). This summarizes the total positive rate (tpr) and false positive rate
(FPR) across all possible model score thresholds.Copyright © 2022. All rights reserved.