how to preprocess data for regression model
Data Cleaning If You do not clean the data before training or testing Your Model then if your data is not good enough to apply machine learning algorithms then you would get trivial results like famous saying “Garbage In, Garbage Out.” suppose you have data something like this if you look closely into this dataset then you would find some “nan” values into age and salary column.what the meaning of nan ?...