Gender predictor
Abhinav Kumar
Panchanai, West Bengal
- 0 Collaborators
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. ...learn more
Project status: Under Development
Overview / Usage
Just for beginners who are trying to learn ML.
Methodology / Approach
Python has been used as the programming language... And sci-kit machine learning is used for simple decision making.