June 2020
Intermediate to advanced
382 pages
11h 39m
English
Once the model is trained, we need to evaluate its performance. To do that, we will use the following process:
We will divide the labeling dataset into two parts—a training partition and a testing partition. We will use the testing partition to evaluate the trained model.
We will use the features of our testing partition to generate labels for each row. This is our set of predicted labels.
We will compare the set of predicted labels with the actual labels to evaluate the model.