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

Data preprocessing: normalization #36

Open
Deathn0t opened this issue Nov 15, 2018 · 2 comments
Open

Data preprocessing: normalization #36

Deathn0t opened this issue Nov 15, 2018 · 2 comments

Comments

@Deathn0t
Copy link

Hello,

I was looking at this baseline: https://github.com/ECP-CANDLE/Benchmarks/blob/release_01/Pilot1/Combo/combo_baseline_keras2.py

I was asking myself if the data are already preprocessed/normalized because I don't see any preprocessing function.

@hyoo
Copy link
Contributor

hyoo commented Nov 16, 2018 via email

@Deathn0t
Copy link
Author

Deathn0t commented Nov 16, 2018

Oh yes I see, you are using the scaling argument.

so the mse compute on the validation set is using preprocessed data (evaluate_score), isn't it better to reverse the preprocessing before computing the mse between y_orig, y_pred ?

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