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
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 ?
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.
The text was updated successfully, but these errors were encountered: