If you want to train machine learning models, you may need to prepare your data ahead of time. Data preparation can include cleaning your data, adding new columns, removing columns, combining columns, grouping rows, sorting rows, etc.
Once you write your data preparation code, there are a few ways to execute it:
We’ll be sharing how Mage uses option 4 to prepare data for machine learning models.