MachineX: Evaluation Metrics for a Regression ML Model
Reading Time: 3 minutes In this blog post, we will quickly look at the various metrics to evaluate our regression models. But first, let us briefly discuss one of the best-known model evaluation approach we use which is Train-Test or also known as Train-Validation split. Train-Test Split: In this approach, we split the data into two parts known as Training set and Test set. The model is then trained Continue Reading