Probabilistic Unification
Project description
td-ml-probabilistic-unification
Introduction
The td-ml-probabilistic-unification is a Python package designed for Scalable Probabilistic Unification within the Treasure Data environment. It provides functionality to unify and cluster records probabilistically based on various attributes, making it useful for a wide range of data integration and analysis tasks.
In order to perform probabilistic unification using this package, you should have an input table containing the data you want to unify. The package will use the specified configuration parameters to perform probabilistic unification and generate an output table with clustered records.
Configuration
Before using this package, you need to set the following environment variables:
# Configuration variables
TD_SINK_DATABASE = os.environ.get('TD_SINK_DATABASE')
TD_API_KEY = os.environ.get('TD_API_KEY')
TD_API_SERVER = os.environ.get('TD_API_SERVER')
id_col = os.environ.get('id_col')
cluster_col_name = os.environ.get('cluster_col_name')
convergence_threshold = float(os.environ.get('convergence_threshold'))
cluster_threshold = float(os.environ.get('cluster_threshold'))
string_type = os.environ.get('string_type')
fill_missing = os.environ.get('fill_missing')
feature_dict = json.loads(os.environ.get('feature_dict'))
blocking_table = os.environ.get('blocking_table')
output_table = os.environ.get('output_table')
record_limit = int(os.environ.get('record_limit'))
lower_limit = int(os.environ.get('lower_limit'))
upper_limit = int(os.environ.get('upper_limit'))
range_index = os.environ.get('range_index')
paralelism = os.environ.get('paralelism')
input_table = blocking_table
Thank you for choosing td-ml-probabilistic-unification for your probabilistic unification needs! 📊🚀
`Copyright © 2022 Treasure Data, Inc. (or its affiliates). All rights reserved`
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file td_ml_probabilistic_unification-0.0.8.tar.gz.
File metadata
- Download URL: td_ml_probabilistic_unification-0.0.8.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
670e440c9ede62ca247ca77e1bdceba0f23e8934a7ff8e7f3d984fd7edd412cd
|
|
| MD5 |
2d1d6536e932ace6689f25c61d67a60e
|
|
| BLAKE2b-256 |
fe799ef53775843a310212e43fcde26c016b6c5f10827ca860189a22e7e94674
|
File details
Details for the file td_ml_probabilistic_unification-0.0.8-py3-none-any.whl.
File metadata
- Download URL: td_ml_probabilistic_unification-0.0.8-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce74aca28e66ef8ff8a676da51c5d388ee28858fb60ef7785470b4bb6d2875d0
|
|
| MD5 |
7dea5f0b9b76505809d7a0f92fb3ca3b
|
|
| BLAKE2b-256 |
c3a7d4dec3b093a11b0b04b8ee9332a7e5552bc8205d24ea78a0bd562931b14b
|