F1ScoreMulti | R Documentation |
F1 score for multi-label classification problems
F1ScoreMulti( thresh = 0.5, sigmoid = TRUE, labels = NULL, pos_label = 1, average = "macro", sample_weight = NULL )
thresh |
thresh |
sigmoid |
sigmoid |
labels |
labels |
pos_label |
pos_label |
average |
average |
sample_weight |
sample_weight |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.