skm_to_fastai | R Documentation |
Convert 'func' from sklearn$metrics to a fastai metric
skm_to_fastai(
func,
is_class = TRUE,
thresh = NULL,
axis = -1,
activation = NULL,
...
)
func |
function |
is_class |
is classification or not |
thresh |
threshold point |
axis |
axis |
activation |
activation |
... |
additional arguments to pass |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.