spin icon indicating copy to clipboard operation
spin copied to clipboard

Question of eval_mask of airquality dataset

Open RapperYao opened this issue 9 months ago • 1 comments

As mentioned in the article, only the data that is valid and invalid at the same time in the next month is used as evaluation data. I do not understand this setting. Why can't all the data except the missing value be used as evaluation data? Doesn't this limit the model from learning a broader representation? In addition, a whiten_prob is mentioned in the code, I would like to know if this whiten operation is only carried out on eval_mask

RapperYao avatar Jan 24 '25 11:01 RapperYao