-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test data #22
Comments
Hi there, |
In data preprocessing, you normalized data with a scaler from sklearn. Keep it. After imputation, you inverse the normalization with func |
Hi, |
@abhishekju06 Glad to hear that! I sincerely invite you to follow me on GitHub so that you can receive PyPOTS' latest news instantly! |
Hi,
After certain modification and inclusion of code snippets I was able train, validate and get the mae for test data.
I want to obtain the de-normalized value after the imputation happens in test data, both predicted and actual. Can you help?
The text was updated successfully, but these errors were encountered: