Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

accuracy_thresh_expand

Accuracy threshold expand


Description

Compute accuracy after expanding 'y_true' to the size of 'y_pred'.

Usage

accuracy_thresh_expand(y_pred, y_true, thresh = 0.5, sigmoid = TRUE)

Arguments

y_pred

predictions

y_true

actuals

thresh

threshold point

sigmoid

sigmoid function

Value

None


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.