Skip to content

Inquiry on ML Input Data Pipeline #12

Answered by Sukh-P
kwon-encored asked this question in Help
Discussion options

You must be logged in to vote

Hi @kwon-encored, hope you are doing well too!

On your questions:

  1. Yes we apply normalisation to each input variables that requires it, for NWP variables you can see how we apply normalisation here, we compute normalisation constants (here is gist of how this could be done) for each variable from the dataset using 200 samples
  2. The normalisation is applied after the Datasets (we use xarray Datasets and xarray in general is what we use to open the zarr files) have already been sliced in time and space so the normalisation is only applied to data we actually plan on using in training.

Hope this helps! Thanks

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Sukh-P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants