Skip to main content

py_entitymatching

This project seeks to build a Python software package to match entities between two tables using supervised learning. This problem is often referred as entity matching (EM). Given two tables A and B, the goal of EM is to discover the tuple pairs between two tables that refer to the same real-world entities. There are two main steps involved in entity matching: blocking and matching. The blocking step aims to remove obvious non-matching tuple pairs and reduce the set considered for matching. Entity matching in practice involves many steps than just blocking and matching. While performing EM users often execute many steps, e.g. exploring, cleaning, debugging, sampling, estimating accuracy, etc. Current EM systems however do not cover the entire EM pipeline, providing support only for a few steps (e.g., blocking, matching), while ignoring less well-known yet equally critical steps (e.g., debgging, sampling). This package seeks to support all the steps involved in EM pipeline.

The package is free, open-source, and BSD-licensed.

Dependencies

The required dependencies to build the packages are:

  • numpy 1.7.0 or higher. Tested on version 1.19.4.

  • pandas (provides data structures to store and manage tables). Tested on version 1.1.4.

  • scikit-learn 0.22 or higher (provides implementations for common machine learning algorithms). Tested on version 0.23.2.

  • joblib (provides multiprocessing capabilities). Tested on version 0.17.0.

  • py_stringsimjoin (provides implementations for string similarity joins). Tested on version 0.3.2.

  • py_stringmatching (provides a set of string tokenizers and string similarity functions). Tested on version 0.4.2.

  • cloudpickle (provides functions to serialize Python constructs). Tested on version 1.6.0.

  • pyprind (library to display progress indicators). Tested on version 2.9.8.

  • pyparsing (library to parse strings). Tested on version 2.4.7.

  • six (provides functions to write compatible code across Python 2 and 3). Tested on version 1.15.0.

Platforms

py_entitymatching has been tested on Linux, OS X and Windows.

Release files for py-entitymatching 0.4.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for py-entitymatching 0.4.2
File Size Uploaded
py-entitymatching-0.4.2.tar.gz 2.1 MB Details

Release files / py-entitymatching-0.4.2.tar.gz

Download URL py-entitymatching-0.4.2.tar.gz
Size 2.1 MB
Tags Source
SHA-256 checksum
How to use checksums
3656a8ab0bdce297ed3ae13c890c0091deeae79367aad44e3f84effd44b60f7f
BLAKE2b-256 checksum
How to use checksums
3d7781c61707e98558cadac41f7e7aaf15f217cdd5cc6f106fdec57d8b36eff3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.7

Release history Release notifications | RSS feed

This release

0.4.2 This release

1 release file

0.4.1

1 release file

0.4.0

4 release files

0.3.3

1 release file

0.3.2

1 release file

0.3.1

1 release file

0.3.0

1 release file

0.2.0

1 release file

0.1.0

1 release file

0.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page