Skip to content

Extremely simple Python gender predictor, based on height, weight and shoe size. Based on a tutorial by Siraj Raval

Notifications You must be signed in to change notification settings

FacundoAlvarado9/Gender-Classification-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Gender Clasiffication Example 👍

Extremely simple Python gender predictor based on height, weight and shoe size.

Uses ScikitLearn. With a training dataset of just eleven instances.

Predicts using these four models:

  • Decision Tree Classifier
  • Support Vector Machines
  • K-Neighbors Classifier
  • Quadratic Analysis Classifier

Instructions for use

If you have Python and Scikit Learn already installed, just open your preferred command line in the folder and type

python predic.py

To install Scikit-Learn just type on your command line

pip install scikit-learn

And run normally, as shown above.

About

Extremely simple Python gender predictor, based on height, weight and shoe size. Based on a tutorial by Siraj Raval

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages