Clarifications About Evaluations #28
-
I have some questions regarding the evaluation methodology:
Thank you for your assistance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello, Thank you for your questions! Here are the answers:
Let me know if you have more questions! |
Beta Was this translation helpful? Give feedback.
-
Hello! I think you're making a minor mistake in indexing here for the autoregressive predictions. It should start from the last index of the input i.e., this
should read
Feel free to correct me if I'm mistaken but it does not make sense since it starts from u(4) while you're only inputting from u(0) to u(3). |
Beta Was this translation helpful? Give feedback.
Hello,
Thank you for your questions! Here are the answers:
The VRMSE is computed in normalized space.
For the datasets with a mask, the evaluation is performed on the whole domain (the mask being set to zeros in the physical field + added to the
t0_fields
with NaNs where the mask should be and zeros elsewhere). However, because the mask is present isconstant_field_names
in the data, it is appended to the data inDefaultChannelsFirstFormatter
here but is not being predicted.I think this is not correct. It would be more something like this: