Skip to content

This is the code for the gender classification challenge of body metrics (height, width, and shoe size) labeled male or female.

Notifications You must be signed in to change notification settings

Nazima54/genderClassifier_python

Repository files navigation

genderClassifier_python

This is the code for the gender classification challenge of body metrics (height, width, and shoe size) labeled male or female.

This is the code for the gender classification challenge.The code uses the scikit-learn machine learning library to train a decision tree on a small dataset of body metrics (height, width, and shoe size) labeled male or female. Then we can predict the gender of someone given a novel set of body metrics. ##Dependencies Scikit-learn (http://scikit-learn.org/stable/install.html) numpy (pip install numpy) scipy (pip install scipy)

About

This is the code for the gender classification challenge of body metrics (height, width, and shoe size) labeled male or female.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages