Skip to content

A set of scripts using python machine-learning library name scikit-learn

Notifications You must be signed in to change notification settings

Geo-Trackers/machine-learning-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Machine-Learning using Python

A set of python scripts using scikit-learn for simple machine learning applications.

  1. Simple_gender_classification.py

This script compares and predicts the most accurate model among different existing supervised learning models like (Decision Tree, Stochastic Gradient Descent, Gaussian NB, Support Vector Machines and K Neighbors) on a data set consisting of two variables, one containing the list of height, weight and shoe size, and the other containing respective gender.

Dependencies:

  1. scikit-learn
  2. numpy
  3. scipy

About

A set of scripts using python machine-learning library name scikit-learn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages