Description Usage Format Methods Actives Examples
Create Thresholdout object for adaptive data analysis and holdout reuse.
1 |
An object of class R6ClassGenerator of length 24.
$new(Threshold, Sigma, Budget)Creates a new Thresholdout object.
$query(train_val, holdout_val)Sends a query to the holdout dataset.
$Thresholdgets the Threshold value.
$Sigmagets the Sigma value.
$Budgetgets the remaining Budget value.
$Recordgets the Record of previous queries.
1 2 3 | library(rThresholdout)
Thresholdout_Obj <- Thresholdout$new(Threshold = 0.04, Sigma = 0.01, Budget = 1000)
Thresholdout_Obj$query(train_val = c(0.06, 0.07), holdout_val = c(0.05, 0.08))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.