Skip to content

Some Machine Learning experiments using Python and Scikit-Learn

Notifications You must be signed in to change notification settings

wang0324/machine-learning-experiments

Repository files navigation

Machine Learning Experiments

Some Machine Learning experiments using Python and Scikit-Learn.

Data Visualization

Uses Pandas library to display multidimensional data in 2D format.

Iris Classfier

Uses Pandas, Numpy, and SkLearn libraries to load, transform, and classify various types of Iris flowers.

Heart Disease Classifier

Uses Pandas and Numpy to load and transform data from UC Irvine's Machine Learning datasets. Then uses SkLearn to classify if a person has heart disease.