Practical Guide on Data Preprocessing in Python using Scikit Learn

Introduction This article primarily focuses on data pre-processing techniques in python. Learning algorithms have affinity towards certain data types on which they perform incredibly well. They are also known to give reckless predictions with unscaled or unstandardized features. Algorithm like XGBoost, specifically requires dummy encoded data while algorithm like decision tree doesn’t seem to care at all (sometimes)! In … Continue reading Practical Guide on Data Preprocessing in Python using Scikit Learn