Skip to main content

Wasserstein metric plugin for Swarmauri vector comparisons.

Project description

Swarmauri Logo

PyPI - Downloads Hits PyPI - Python Version PyPI - License PyPI - swamauri_metric_wasserstein


Swamauri Metric Wasserstein

swamauri_metric_wasserstein provides a Swarmauri-compatible metric class for computing the first Wasserstein distance (Earth Mover's Distance) between numeric vectors.

Features

  • Implements WassersteinMetric as a MetricBase plugin.
  • Computes distance using a built-in pure-Python 1D Wasserstein implementation.
  • Includes helper methods for batched distances and similarities.
  • Supports Python 3.10, 3.11, and 3.12.

Installation

uv pip install swamauri_metric_wasserstein
pip install swamauri_metric_wasserstein

Usage

from swamauri_metric_wasserstein import WassersteinMetric
from swarmauri_standard.vectors.Vector import Vector

vector_a = Vector(value=[0.0, 1.0, 2.0])
vector_b = Vector(value=[0.0, 1.0, 2.0])

distance_calculator = WassersteinMetric()

distance = distance_calculator.distance(vector_a, vector_b)
similarity = distance_calculator.similarity(vector_a, vector_b)

print(f"Distance: {distance}")
print(f"Similarity: {similarity}")

Want to help?

If you want to contribute to swarmauri-sdk, read up on our guidelines for contributing that will help you get started.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

swamauri_metric_wasserstein-0.9.0.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

swamauri_metric_wasserstein-0.9.0-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file swamauri_metric_wasserstein-0.9.0.tar.gz.

File metadata

  • Download URL: swamauri_metric_wasserstein-0.9.0.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.0 {"installer":{"name":"uv","version":"0.11.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for swamauri_metric_wasserstein-0.9.0.tar.gz
Algorithm Hash digest
SHA256 c9a74fed3d68c8d308b94e062f3b5fe981edb2be1810438118abdc99f17d5cce
MD5 afadc59244416ac6e00ebbd7f443aa67
BLAKE2b-256 0c63b7e247d43f29e6fa198dfbcbf0f7f373988f70eafde6e76a07c644c28959

See more details on using hashes here.

File details

Details for the file swamauri_metric_wasserstein-0.9.0-py3-none-any.whl.

File metadata

  • Download URL: swamauri_metric_wasserstein-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.0 {"installer":{"name":"uv","version":"0.11.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for swamauri_metric_wasserstein-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1cac8013d650694182c0f3c85438b534849c74c64b49af3b0302ed4f65b787bb
MD5 040fc1d758ec3c773e33fc1c979e9ed6
BLAKE2b-256 f6c2440eeb8fe252d3e232d0e94f721c4f273e6dcf1c4f0cf8b90994e7cfa9cb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page