Skip to content
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

Closed
abhishekju06 opened this issue Jun 15, 2023 · 4 comments
Closed

Test data #22

abhishekju06 opened this issue Jun 15, 2023 · 4 comments

Comments

@abhishekju06
Copy link

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?

@WenjieDu
Copy link
Owner

Hi there,

Thank you so much for your attention to SAITS! If you find SAITS is helpful to your work, please star⭐️ this repository. Your star is your recognition, which can let others notice SAITS. It matters and is definitely a kind of contribution.

I have received your message and will respond ASAP. Thank you again for your patience! 😃

Best,
Wenjie

@WenjieDu
Copy link
Owner

In data preprocessing, you normalized data with a scaler from sklearn. Keep it. After imputation, you inverse the normalization with func inverse_transform(). For example, StandardScaler.inverse_transform().

@abhishekju06
Copy link
Author

Hi,
I was able to generate Actual Vs Predicted in csv format. The results are pretty amazing! Thanks for ur patience wid me.

@WenjieDu
Copy link
Owner

@abhishekju06 Glad to hear that! I sincerely invite you to follow me on GitHub so that you can receive PyPOTS' latest news instantly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants