You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
I have a confusion about the normalization of data in the example codes.
In training phase, both the covariates and targets were normalized, but in the visualization function, only the covariates have been normalized, so the predictions should be assumed to be normalized.
Then for the plotting, the predictions should be re-normalized as the same for training set and reference set. But the predictions weren't re-normalized.
Are there any other reasons behind that?
Thanks,
Jianxiang
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Guys,
thanks for sharing the codes!
I have a confusion about the normalization of data in the example codes.
In training phase, both the covariates and targets were normalized, but in the visualization function, only the covariates have been normalized, so the predictions should be assumed to be normalized.
Then for the plotting, the predictions should be re-normalized as the same for training set and reference set. But the predictions weren't re-normalized.
Are there any other reasons behind that?
Thanks,
Jianxiang
The text was updated successfully, but these errors were encountered: