An open API service indexing awesome lists of open source software.

https://github.com/rbhatia46/genderclassification

A simple Python Script using a Decision Tree Classifier to classify a person as a Male or Female based on their height, weight and Shoe Size.
https://github.com/rbhatia46/genderclassification

Last synced: 7 months ago
JSON representation

A simple Python Script using a Decision Tree Classifier to classify a person as a Male or Female based on their height, weight and Shoe Size.

Awesome Lists containing this project

README

          

# Gender Classification

The above python script 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
* scipy

## Running the script

```
python GenderClassification.py
```