benax-rw commited on
Commit
a6d8d7a
·
verified ·
1 Parent(s): b805416

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # RwandaNameGenderModel
2
 
3
  **RwandaNameGenderModel** is a machine learning model that predicts gender based on Rwandan names — whether a **first name**, **surname**, or **both in any order**. It uses a character-level n-gram approach with a logistic regression classifier to provide fast, interpretable, and highly accurate predictions — achieving **96%+ accuracy** on both validation and test sets.
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - rwanda
5
+ - gender-prediction
6
+ - name-classification
7
+ - scikit-learn
8
+ - logistic-regression
9
+ - low-resource
10
+ - african-names
11
+ - nlp
12
+ model-index:
13
+ - name: RwandaNameGenderModel
14
+ results: []
15
+ ---
16
+
17
  # RwandaNameGenderModel
18
 
19
  **RwandaNameGenderModel** is a machine learning model that predicts gender based on Rwandan names — whether a **first name**, **surname**, or **both in any order**. It uses a character-level n-gram approach with a logistic regression classifier to provide fast, interpretable, and highly accurate predictions — achieving **96%+ accuracy** on both validation and test sets.