Challenge: Scaling Error Up to Multiple Data Points
Learn how to calculate the error of multiple data points.
We'll cover the following...
Problem statement
We have seen how different weights will have different accuracies on a single prediction. Usually, we want to measure model accuracy on many points. Now, write code to compare model accuracies for two different sets of weights which have been stored as ...