ym001/distancia
The DistanceMetrics package is a comprehensive Python library designed to compute a wide variety of distance metrics between two vectors, set, matrix or sequences. This package includes implementations of several well-known distance metrics, each providing a unique measure of dissimilarity or similarity between data points.
This package helps you measure how similar or different two data points are, whether they are lists of numbers, text, images, or even entire files. You input two pieces of data, and it outputs a numerical value representing their distance or similarity. Anyone working with data in fields like machine learning, natural language processing, or image analysis will find this useful for tasks like grouping similar items or finding exact matches.
No commits in the last 6 months.
Use this if you need to calculate various types of distances or similarities between different kinds of data, from numerical vectors to text strings, to support tasks like clustering, classification, or information retrieval.
Not ideal if you're looking for a complete end-to-end machine learning solution or a tool for data visualization, as this focuses specifically on distance calculations.
Stars
15
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Sep 25, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ym001/distancia"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
PriorLabs/TabPFN
⚡ TabPFN: Foundation Model for Tabular Data ⚡
pyg-team/pytorch-frame
Tabular Deep Learning Library for PyTorch
NVIDIA-Merlin/NVTabular
NVTabular is a feature engineering and preprocessing library for tabular data designed to...
PriorLabs/tabpfn-extensions
Community extensions for TabPFN - the foundation model for tabular data. Built with TabPFN! 🤗
pytorch-tabular/pytorch_tabular
A unified framework for Deep Learning Models on tabular data