Harry24k / MIDA-pytorch

PyTorch implementation of "MIDA: Multiple Imputation using Denoising Autoencoders"
MIT License
25 stars 8 forks source link

rmse calculates it based on the difference of the normalized values #2

Open veiro opened 7 months ago

veiro commented 7 months ago

Hello I was testing the code, a first view works fine. But then I realized that the testing rmse calculates it based on the difference of the normalized values. So since the values ​​are small, the sum of differences of small things gives a small sum. I modified the code so that it calculates it with the real values ​​(denormalized) and the rmse gives me quite a bad result.