How to Classify Gender Using Names With Machine Learning in Python

How to Classify Gender Using Names With Machine Learning in Python

JCharisTech

6 лет назад

19,445 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@jeffyjohn7916
@jeffyjohn7916 - 27.03.2019 09:11

Can you send me the PPT and paper on this

Ответить
@jeffyjohn7916
@jeffyjohn7916 - 27.03.2019 16:34

hey dude i am learning machine learning and i want to use your paper to take reference

Ответить
@AjayBabu-gg4fo
@AjayBabu-gg4fo - 28.07.2019 19:43

send me the paper

Ответить
@AjayBabu-gg4fo
@AjayBabu-gg4fo - 28.07.2019 19:44

im taking your paper as a reference so send it

Ответить
@ahmadshahmobariz3696
@ahmadshahmobariz3696 - 08.03.2020 22:21

I have a question: can we build a model to predict gender using names in a labeled data and then apply it to un unlabeled data to predict gender?

Ответить
@vivekr.k7950
@vivekr.k7950 - 24.03.2020 21:46

nice man it's give 91% accuracy for me... thanks

Ответить
@ariefnovandazulvan7779
@ariefnovandazulvan7779 - 29.07.2020 21:30

Thank you This is so useful... i cant say anything than excellent work :)

Ответить
@syuhadahmujib3005
@syuhadahmujib3005 - 07.12.2020 06:58

Hi, i using your data set and your code for learning purpose, how ever there is an error arise with i run the code at,

# Feature Extraction
cv = CountVectorizer()
X = cv.fit_transform(Xfeatures)

the error : AttributeError: 'bool' object has no attribute 'lower'
can you help me with this issue?

Ответить
@dodysitorus5437
@dodysitorus5437 - 07.07.2021 20:19

hai can u give your paper? please

Ответить
@dodysitorus5437
@dodysitorus5437 - 07.07.2021 20:35

can u please, explain to me about function features?

Ответить
@DhruvPatel-sq2hq
@DhruvPatel-sq2hq - 10.08.2021 03:32

That’s great. Do you have a model on ethnicity prediction?

Ответить
@lucifermishra1098
@lucifermishra1098 - 14.01.2022 23:19

Can we please tell how we use that model which saved using joblib

Ответить
@prixplaylist
@prixplaylist - 13.04.2022 00:13

AttributeError: 'list' object has no attribute 'lower'

Ответить
@matthewrenteria976
@matthewrenteria976 - 30.09.2022 19:14

This is so useful for my work, thank you some much

Ответить
@ker-balkanrider
@ker-balkanrider - 27.11.2022 18:35

Hello Jesse, I hope you are well. Can you please elaborate on where did you get the training data from? I can see it is available in the Github repo, but I would like to know more details, if possible. If it is original work, could you please provide a link so we may cite it?

Ответить
@hamzarageh463
@hamzarageh463 - 20.08.2023 18:59

Brother I face a problem when I write sklearn code it doesn’t work what should I do before write sklearn code

Ответить