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.
- numpy
- sklearn
Use pip to install above dependencies.
$ pip install numpy
$ pip install sklearn