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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Problems in the normalization and standardization of data #2472

Open
JoseAero opened this issue Jan 30, 2024 · 1 comment
Open

[Bug] Problems in the normalization and standardization of data #2472

JoseAero opened this issue Jan 30, 2024 · 1 comment
Labels

Comments

@JoseAero
Copy link

馃悰 Bug

Hello,
I am trying to compare the results of a simple model that predicts the heat of a fluid by taking into account its dimensionless velocity, dimensionless local temperature, dimensionless density, dimensionless pressure and dimensionless viscosity (5 features). I want to compare the results in the case of normalizing the features and standardizing the label and the case of not applying these transformations.

In principle I want to do it with noise fixed since the error of the computational code from which the data have been taken can be 5% of the value of the corresponding label.

The problem is that when I compare the data, the standardized case does not seem to work and I do not understand why.

I would appreciate some light on this.

Attached is the code with the databases.

Thanks in advance and best regards

System information

Please complete the following information:

  • GPyTorch Version: 1.11
  • PyTorch Version: 2.0.1
  • Window 11

question_github.zip

@JoseAero JoseAero added the bug label Jan 30, 2024
@JoseAero
Copy link
Author

Normalizing the test seems to work better but with greater uncertainty, and the 5-element training case continues without improvement

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

No branches or pull requests

1 participant