we manually calculate the score with a for loop to calculate the predictions. But earlier we used mlp.score which does the same thing. For consistency with other parts of the lesson we should just use mlp.score. This can be moved to the Measuring neural network performance section.
we manually calculate the score with a for loop to calculate the predictions. But earlier we used mlp.score which does the same thing. For consistency with other parts of the lesson we should just use mlp.score. This can be moved to the Measuring neural network performance section.