How to convert normalized output into standard values

Hi,

Definitely easier to help if you have a reprex for us (FAQ: How to do a minimal reproducible example ( reprex ) for beginners ).

In general, you will just save that min and max value and before training and reverse the transformation on the output values in the specified way to get back to your range. See discussion here: python - How to recover original values after a model predict in keras? - Stack Overflow