Skip to main content

A package for unsupervised embedding quality evaluation

Project description

Embedding Quality Evaluation

A Python package for unsupervised embedding quality evaluation.

Installation

You can install the package using pip:

pip install embedding_quality




import numpy as np
from embedding_quality import UnsupervisedEmbeddingQualityEvaluation

# Create a sample matrix
M = np.random.rand(100, 50)

# Use the evaluation methods
rankme = UnsupervisedEmbeddingQualityEvaluation.RankMe(M)
nesum = UnsupervisedEmbeddingQualityEvaluation.NESum(M)
stable_rank = UnsupervisedEmbeddingQualityEvaluation.Stable_rank(M)

print(f"RankMe: {rankme}")
print(f"NESum: {nesum}")
print(f"Stable Rank: {stable_rank}")

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

embedding_quality-0.1.1.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

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

embedding_quality-0.1.1-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file embedding_quality-0.1.1.tar.gz.

File metadata

  • Download URL: embedding_quality-0.1.1.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.7

File hashes

Hashes for embedding_quality-0.1.1.tar.gz
Algorithm Hash digest
SHA256 678da2bdc60d126b43d06380f6f95d36446498911e24cfbd6a5af8f2b5cf80ba
MD5 825afd0e794ec662c5d32035fdd4dcc5
BLAKE2b-256 77b7d21df5d8dd1a5277cd0d86eda90a72fdaee290c36e0984b2e4055ac857d7

See more details on using hashes here.

File details

Details for the file embedding_quality-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for embedding_quality-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 440c04c4da2987bae7d502e30fa511dc54e8cb1c2fb227a0fc0bbd218f74af5c
MD5 34533dac62d94410d613026dcb577b17
BLAKE2b-256 a6583e2a7190ba7a438779e3f6e2a306eb12897974f37588270288f607bb0013

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