Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predicted gender is not consistent #2

Open
bnriiitb opened this issue Sep 18, 2020 · 0 comments
Open

Predicted gender is not consistent #2

bnriiitb opened this issue Sep 18, 2020 · 0 comments

Comments

@bnriiitb
Copy link

I try to run the below example. Some times the model prediction is male and sometimes it's female.

1st Run:

from guess_indian_gender import IndianGenderPredictor
i = IndianGenderPredictor()
i.predict(name="adhi")

'male'

2nd Run:

from guess_indian_gender import IndianGenderPredictor
i = IndianGenderPredictor()
i.predict(name="adhi")

'female'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant