Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.67 KB

README.md

File metadata and controls

33 lines (23 loc) · 2.67 KB

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.