Data Preprocessing
Data Preprocessing and Cleaning: Part 1: Column Normalization
Before applying any dimensionality reduction technique sometimes it is important to preprocess the data. There are several ways which we can use for preprocessing data. In this post, we will explore one of the common ways to do data preprocessing which is column normalization (or feature scaling). Feature scaling Feature Read more…