This package is an attempt at predicting common types in CSVs about Italian people and places using ensemble heuristics with Decision Random Forests and Spacy NLP tool.
How do I install this package?
As usual, just download it using pip:
apt-get update -y
apt-get install -qyy apt-utils build-essential software-properties-common locales locales-all curl autoconf automake libtool python-dev pkg-config
curl https://raw.githubusercontent.com/LucaCappelletti94/italian_csv_type_prediction/master/setup.sh | sh
pip install italian_csv_type_prediction
Tests Coverage
Since some software handling coverages sometimes get slightly different results, here’s three of them:
Usage examples
To get the typization of a list of data you can use:
from italian_csv_type_prediction import predict_types
predictions = predict_types([
#list of words to predict goes here
])
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file italian_csv_type_prediction-1.1.65.tar.gz.
File metadata
- Download URL: italian_csv_type_prediction-1.1.65.tar.gz
- Upload date:
- Size: 4.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbcdabe765677a47b605e8a658c9ee1f5b1b3060d54ddb7129cfacb8c23fe0d3
|
|
| MD5 |
9b6035446b8d37d7bfed2c13e2941671
|
|
| BLAKE2b-256 |
ece880d240a680ba80920b1c9aea391c06821b726e16e3594dc7f981def7a664
|