Feature: integration standard libraries
See original GitHub issueCreate a uniform integration for metrics libraries such as scikit-learn
, keras.metrics
or torchmetrics
instead of integrating them metrics from these frameworks one-by-one. The goal of the integration is to be able to load the metrics from these frameworks with a syntax as follows:
accuracy = load_metric("scikit-learn/accuracy")
This way there is also more transparency where the metrics come from especially if they are just a wrapper around existing libraries. This would also simplify maintaining them by avoiding the need to change every metric separately if needed.
Popular metrics libraries:
Others (maybe a bit more niche):
If all metrics (incl. “canonical” ones) will be on the hub such an integration could just be a script that automatically creates (or updates) the necessary repositories on the hub.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (5 by maintainers)
Top GitHub Comments
And to Skimage
We could also connect to
GEM
as per @yjernite 's proposal in another thread.