Skip to content

Palak-15/Gender_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Gender_Classifier

In this, We are apply data to different classifiers and calculate their accuracy score.Then predict the best classifier for the given data. In this, classifiers like decision tree, SVC, perceptron, KNeighborsClassifier are used. Moreover, X and Y components of data are dimensions of body and gender respectively.

Dependencies

  • numpy
  • sklearn

Use pip to install above dependencies.

$ pip install numpy
$ pip install sklearn

Releases

No releases published

Packages

No packages published

Languages