Description Usage Arguments Value
Get F Beta Score
1 2 3 4 5 6 7 8 | fbeta_score(
prediction,
reality,
model = "",
positive = 1,
beta = 1,
show = TRUE
)
|
reality |
real values |
model |
a model name. |
positive |
a positive value example. |
beta |
a beta value. |
show |
print score in console. |
predictions |
model predictions |
f beta score value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.