Sitemap
TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Member-only story

Performance Measures for Classification Models

7 min readDec 3, 2020

--

Photo by Franck V. on Unsplash

If you are building any Machine Learning model, be it on dummy dataset or real world problem, the most important part is to determine how well your models works. This is determined usually with a combination of two approaches.

→ Using a performance metric and usage of methods that take the performance metric and provide empirical performance data.

This post will cover two broader aspects of classification models:

  1. Multiple Performance Measures for a Classification Model
  2. Different Methods to evaluate the performance based on the measures from point 1

The content covered will provide a conceptual grasp and they can be easily applied in real world practical implementations. Almost all of the measures I will discuss are already implemented in Machine Learning libraries for Python like scikit-learn, scipy, and numpy.

Performance Measures for a…

--

--

TDS Archive
TDS Archive

Published in TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Tarun Gupta
Tarun Gupta

Written by Tarun Gupta

A simple fellow writing stories, sharing experiences, sharing his perspective, trying to do his share of humanity.