All Projects → llSourcell → Gender_classification_challenge

llSourcell / Gender_classification_challenge

Gender Classification Challenge for 'Learn Python for Data Science #1' by @Sirajology on YouTube

Programming Languages

python
139335 projects - #7 most used programming language

gender_classification_challenge

##Overview

This is the code for the gender classification challenge for 'Learn Python for Data Science #1' by @Sirajology on YouTube. 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

Install missing dependencies using pip

##Usage

Once you have your dependencies installed via pip, run the script in terminal via

python demo.py

##Challenge

Find 3 more classifiers from the sci-kit learn documentation and add them to the demo.py code. Train them on the same dataset and compare their results. You can determine accuracy by trying to predict testing you trained classifier on samples from the training data and see if it correctly classifies it. Push your code repository to github then post it in the comments. I'll give the winner a shoutout a week from now!

##Credits

Credits for some of the code go to chribsen. I've merely created a wrapper to get people started easily.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].