Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / dhingratul / Ethnicity-Classifier

This classifier uses the sub-strings of size 3 to learn probability associated with each substring such that it belongs to a particular ethnic group using the census 2000 data. When a new string is presented, it is broken down into sub-strings of size 3, and prediction is done on each of the sub-string using the model computed before. The output accuracy of the predictor is 85%. The model can be improved by balancing the sub-strings and the across the ethnic groups. The model follows the Naive Bayes assumption of conditional independence

JSON API: https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhingratul%2FEthnicity-Classifier

Stars: 2
Forks: 0
Open Issues: 0

License: mit
Language: Python
Repo Size: 2.32 MB
Dependencies: 0

Created: about 7 years ago
Updated: over 3 years ago
Last pushed: about 7 years ago
Last synced: over 1 year ago

Topics: classifier, ethnicity-classifier, naive-bayes-classifier

Files
    Loading...
    Readme
    Loading...

    No dependencies found