Skip to content

An introduction to implementing a number of scikit-learn classifiers, along with some data exploration

Notifications You must be signed in to change notification settings

mmmayo13/scikit-learn-classifiers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Introduction to Implementing scikit-learn Classifiers

Scikit-learn

This tutorial is meant to serve as a demonstration of several machine learning classifiers, and { is inspired by | references | incoporates techniques from } the following excellent works:

We will use the well-known Iris and Digits datasets to build models with the following machine learning classification algorithms:

We also use different strategies for evaluating models:

Some simple data investigation methods and tools will be undertaken as well, including:

  • Plotting data with Matplotlib
  • Building and data via Pandas dataframes
  • Constructing and operating on multi-dimensional arrays and matrices with Numpy

This tutorial is brief, non-verbose, and to the point. Please alert me if you find inaccuracies. Also, if you find it at all useful, and believe it to be worth doing so, please feel free to share it far and wide.

About

An introduction to implementing a number of scikit-learn classifiers, along with some data exploration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages