https://github.com/absolutelysaurabh/genderprediction
https://github.com/absolutelysaurabh/genderprediction
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/absolutelysaurabh/genderprediction
- Owner: AbsolutelySaurabh
- Created: 2017-07-01T17:59:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T18:13:23.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T20:40:03.490Z (4 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Machine Learning
This is a basic classifier, which predicts the gender of a person on a small dataset.
Given it's [height, weight, shoe-size] data.
It uses decision trees for predictions.