10 Must-Know Classification Metrics for Machine Learning

By Medium - 2020-12-15

Description

Classification is a supervised learning task in which we try to predict the class or label of a data point based on some feature values. Depending on the number of classes target variable includes…

Summary

  • How to evaluate a classification model accurately and thoroughly Classification is a supervised learning task in which we try to predict the class or label of a data point based on some feature values.
  • Predicting negative class as negative (ok) The desired outcome is that the prediction and actual class are the same.
  • ( Besides, the performance of the model might slightly change depending on the threshold value.
  • How threshold value can change the predicted class (Image by author) The real performance of a binary classifier depends on the threshold value.

 

Topics

  1. Machine_Learning (0.17)
  2. NLP (0.16)
  3. Backend (0.1)

Similar Articles

Microkernel Architecture for Machine Learning Library

By Medium - 2021-02-11

The Microkernel Architecture is sometimes referred as Plug-in Architecture. It consists of a Core System and Plug-in components. Th Core System contains the minimal functionality required to make the…

Targeted adversarial attacks with Keras and TensorFlow

By PyImageSearch - 2020-10-26

In this tutorial, you will learn how to perform targeted adversarial attacks and construct targeted adversarial images using Keras, TensorFlow, and Deep Learning. Last week’s tutorial covered untarget ...

30 Most Asked Machine Learning Questions Answered

By Medium - 2021-03-18

Machine Learning is the path to a better and advanced future. A Machine Learning Developer is the most demanding job in 2021 and it is going to increase by 20–30% in the upcoming 3–5 years. Machine…