Name Analysis & Prediction Engine
Project description
EthniData: STATE-OF-THE-ART NAME ANALYSIS
EthniData v4.2.0 is the most advanced name analysis engine available.
Installation
pip install ethnidata
🔥 NEW in v4.2: Hugging Face Integration
Load massive datasets directly from the Hugging Face Hub for training and validation.
import ethnidata as ed
# Load any dataset from HF Hub converted to pandas instantly
df = ed.HuggingFaceIntegration.load_dataset("teyfikoz/ethnidata-v3")
Features
- Explainability: Understand WHY a prediction was made.
- Ambiguity Scoring: Uncertainty quantification using Shannon entropy.
- Morphology Detection: Pattern recognition for 9 cultural groups.
- 5.9M+ Records: Massive data coverage.
Example Usage
from ethnidata import EthniData
ed_engine = EthniData()
result = ed_engine.predict_nationality("Ahmet", explain=True)
print(result['explanation'])
License
MIT
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
ethnidata-4.2.0.tar.gz
(33.4 kB
view details)
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
ethnidata-4.2.0-py3-none-any.whl
(56.0 kB
view details)
File details
Details for the file ethnidata-4.2.0.tar.gz.
File metadata
- Download URL: ethnidata-4.2.0.tar.gz
- Upload date:
- Size: 33.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbfa301c24880111fe0b62c9e44465771ea6f19528715dce970054ce746ea83b
|
|
| MD5 |
a0e7576c1eddb7da64e4b497fadc8f5d
|
|
| BLAKE2b-256 |
547d872542673de41a7b9aa91b0189b856523bde02087cca0dbfd18a82f8ff30
|
File details
Details for the file ethnidata-4.2.0-py3-none-any.whl.
File metadata
- Download URL: ethnidata-4.2.0-py3-none-any.whl
- Upload date:
- Size: 56.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1008bbb9adfdaa2de3c89002793239c32be3d5bea34ee4a94af3d2b9bc4e4f90
|
|
| MD5 |
e5422085ec998bdc3b2257456703eeaa
|
|
| BLAKE2b-256 |
a682f9f081ebe5a09ed2d78d41fa3e83d2db7d1b6ec76d8952dfdd705e531070
|