Skip to main content

Python library for end to end Entity Matching.

Project description

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:

  • pandas (provides data structures to store and manage tables)

  • scikit-learn (provides implementations for common machine learning algorithms)

  • joblib (provides multiprocessing capabilities)

  • pyqt5 (provides tools to build GUIs)

  • py_stringsimjoin (provides implementations for string similarity joins)

  • py_stringmatching (provides a set of string tokenizers and string similarity functions)

  • cloudpickle (provides functions to serialize Python constructs)

  • pyprind (library to display progress indicators)

  • pyparsing (library to parse strings)

  • six (provides functions to write compatible code across Python 2 and 3)

Platforms

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

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

py_entitymatching-0.2.0.tar.gz (1.9 MB view hashes)

Uploaded Source

Supported by

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