Supervised Machine Learning: Classification — K-Nearest Neighbors (KNN) and Data Pre-Processing

Andrea Chello
The Quant Journey
Published in
9 min readOct 8, 2021

--

Introduction

This is a comprehensive guide to classification tasks using the K-Nearest Neighbours Algorithm.

Supervised learning refers to machine learning that is based on a training set of labeled examples. A supervised learning model trains on a dataset containing

--

--