error on test set: [2442.239337101689, 29.913345202693232, 5162219874.342154]
These are the results on the test test for a regression problem. The first two scores are MSE and MAE, and the last one is MAPE, how is this possible ?
As a side question which might help answer, my dataset contains a good number of examples where the "good" answer is 0. How does Keras deal with it when computing MAPE since a division by 0 would occur ?