Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 465 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 465 Bytes

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