Description Usage Arguments Value
This function allows xgboost to use a custom thresholding method to minimize the Fall-Out (False Positive Rate). You can use this function via eval_metric
. It leaks memory over time, but it can be reclaimed using gc()
.
1 | xgb.max_fallout(pred, dtrain)
|
pred |
Type: numeric. The predictions. |
dtrain |
Type: xgb.DMatrix. The training data. |
The minimum Fall-Out (False Positive Rate) for binary data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.