Closed manmeet3591 closed 1 year ago
If I understand your question correctly, you need to load y_info.pickle
(it is saved in the same output directory) and:
y_info['std']
y_info['mean']
to the predictionsDoes this help?
Thank you so much. It solves my problem.
I have run the code and have generated predictions.npz, the normalization I used was quantile with the toml file similar to california data performing regression. Can you please help me in inverse normalizing the predictions