sanitize_ml_labels

Python package to standardize the names of ML-related metrics, models and losses.

MIT License

Downloads
1.5K
Stars
6

Bot releases are hidden (Show)

sanitize_ml_labels - Sanitize ML Labels V.1.0.36 - Now handling hyphenated words! Latest Release

Published by LucaCappelletti94 over 2 years ago

In this release, I have added support for properly sanitizing hyphenated words by integrating a lookup to a massive 45k vocabulary of hyphenated words in the English language.

Previously, hyphenated words written in the English language with hyphens were incorrectly stripped of their hyphens.

For instance, previously, non-existent-edges-in-graph would have become Non existent edges in graph. Now we handle the hyphenation correctly, and the result is Non-existent edges in graph.

sanitize_ml_labels - Sanitize ML labels V1.0.32

Published by LucaCappelletti94 over 2 years ago

In this release, we have moved the metrics that are normalized in a [-1, 1] range from the [0, 1] metrics (which of course was the wrong position) to the "absolutely normalized" set of metrics.

Such metrics include so far:

sanitize_ml_labels - Sanitize ML labels V1.0.31

Published by LucaCappelletti94 over 2 years ago

In this new version of sanitize ML labels, I have:

  • Added support for more terms to auto normalize
  • Removed some metrics wrongly added to the "normalized" set
sanitize_ml_labels - Sanitize ML Labels V. 1.0.30

Published by LucaCappelletti94 over 2 years ago

In this version, we introduce support for COVID19-related acronyms.

Package Rankings
Top 13.37% on Pypi.org