Introduction to Machine Learning

Steps To Machine Learning

Ali Atiyab Husain

In this chapter we will break down the Machine Learning process and try to understand it.

Steps To Machine Learning

  1. Get the dataset and label it.
  2. Split the Dataset into train and test datasets.
  3. Choose which algorithm/model to apply.
  4. Fit the model with the train dataset
  5. Predict the values and get the accuracy score of the model.