...

/

Introduction to Data Scrubbing

Introduction to Data Scrubbing

We will go over how to manipulate data and prepare it for further analysis or modeling.

Why do we need data scrubbing?

Like any Swiss or Japanese watch, a good machine learning model should run smoothly and contain no extra parts. This means avoiding syntax or other errors that prevent the code from executing as well as removing redundant variables that might clog up the model’s decision path.

This bias towards simplicity is just as important for beginners coding their first model. Working with a new algorithm helps create a minimal viable model which can then have ...