question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature: integration standard libraries

See original GitHub issue

Create 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:open
  • Created a year ago
  • Reactions:1
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
sashavorcommented, Apr 19, 2022

And to Skimage

1reaction
sashavorcommented, Apr 14, 2022

We could also connect to GEM as per @yjernite 's proposal in another thread.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Standard library overview | Workflows - Google Cloud
The Workflows standard library modules allow you to easily construct arguments for services and process responses. There is no need to import or...
Read more >
Use Libraries to Manage Integration Functions
JavaScript libraries provide a means to create and organize JavaScript for use in integrations. Library functions are automatically available for you to ...
Read more >
TBC Feature Library Integration - YouTube
This video showcases the integration of the feature library in TBC v5.10. This simplifies and streamlines the feature coding workflow by ...
Read more >
SAP Integration Suite - Library Add-ons
These add-ons provide the full overview of the ASC X12 and UN/EDIFACT libraries with all available versions used/supported within the SAP Integration Advisor....
Read more >
The Python Standard Library — Python 3.11.1 documentation
The library contains built-in modules (written in C) that provide access to system functionality such as file I/O that would otherwise be inaccessible...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found