label_performance_trace: Label Traces Based on Their Performance

Description Usage Arguments Value

View source: R/ad_hoc_analysis.R

Description

Label the traces based on their performance.

Usage

1
2
3
4
5
6
label_performance_trace(
  predict_info_quantiles,
  cut_off_prob,
  target = 1 - cut_off_prob,
  predict_info_statistics = NULL
)

Arguments

predict_info_quantiles

A dataframe storing the prediction info.

cut_off_prob

A numeric value representing cut off probability.

target

A numeric value for the target of score1.

predict_info_statistics

A dataframe storing statsitics of predictions. Can be NULL.

Value

A list containing update predict_info_quantiles and predict_info_statistics.


carlonlv/DataCenterSim documentation built on Jan. 9, 2022, 3:26 p.m.