Basic metrics: Is F1 score the same as Fbeta in fastai?

@mgloria and @j.laute did you get how to use MultiLabelFbeta?

One thing I found from documentation, is that, MultiLabelFbeta is a class and needs to be instantiated before use.

So, we can’t use partial with it.

Hope you can share details about it.