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).
|
default TFIModelPerformance.Builder |
uncertaintyRange(Consumer<UncertaintyRange.Builder> uncertaintyRange)
Indicates the range of area under curve (auc) expected from the TFI model.
|
TFIModelPerformance.Builder |
uncertaintyRange(UncertaintyRange uncertaintyRange)
Indicates the range of area under curve (auc) expected from the TFI model.
|
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.TFIModelPerformance.Builder uncertaintyRange(UncertaintyRange uncertaintyRange)
Indicates the range of area under curve (auc) expected from the TFI model. A range greater than 0.1 indicates higher model uncertainity.
uncertaintyRange - Indicates the range of area under curve (auc) expected from the TFI model. A range greater than 0.1
indicates higher model uncertainity.default TFIModelPerformance.Builder uncertaintyRange(Consumer<UncertaintyRange.Builder> uncertaintyRange)
Indicates the range of area under curve (auc) expected from the TFI model. A range greater than 0.1 indicates higher model uncertainity.
This is a convenience method that creates an instance of theUncertaintyRange.Builder avoiding the
need to create one manually via UncertaintyRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to uncertaintyRange(UncertaintyRange).
uncertaintyRange - a consumer that will call methods on UncertaintyRange.BuilderuncertaintyRange(UncertaintyRange)Copyright © 2023. All rights reserved.