Skip to content

viewdata/simple-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Gender Classification

Overview

This is a simple implementation of machine learning using scikit-learn module in Python. It uses a small data set of physical measurements (height, weight, and shoe size) labeled as male or female so that we can predict someone's gender by their measurements.

Here, I use three classifiers from the scikit-learn module: decision tree, random forest, and k-nearest neighbors with their default values.

Credits

Thanks to Siraj Raval for the guide. Looking forward to the next project.

About

Simple implementation of machine learning for gender classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages