DataScience
Missing data treatment – Python Script
In my previous post i briefly discussed about different techniques of handling missing data for building Machine Learning model. Below is Python script for treating missing data in Ames dataset. (Download the dataset from here) As usual open Jupyter notebook and import our libraries to start import pandas as pd Read more…