mean_square_error
is a single number, so mean1
takes the mean of that number, which returns the number.
Where is mean
evaluated?
Again, as mean_square_error
is a single number, the standard deviation of it is zero.
accuracy
rounds numbers of to integers, so it might not be an appropriate metric for regression.