Roadmap for Building Machine Learning Models



Data Pre-processing



Model Learning




Model Evaluation




Prediction




Model Deployment





Data Representation


The main objective of machine learning is to build models that understand data and find underlying patterns. In order to do so, it is very important to feed the data in a way that is interpretable by the computer.
To feed the data into a model, it must be represented as a table or a matrix of the required dimensions.
Converting your data into the correct tabular form is one of the first steps before pre-processing can properly begin.