-
Notifications
You must be signed in to change notification settings - Fork 504
Description
I've done some digging, assuming I've read this correctly, static features currently are entirely uninformative and useless. Categoricals get turned into numerics, if said value is the same across the entire series, instance norm takes the value and normalizes it to be completely uninformative noise. Not sure why I thought that in light of instance norm that this would function at all, but it in fact doesn't seem to currently support static features, or even categoricals under the right conditions: if a specified time slice doesn't include other options.
Failure case example: If I have 48 hours of 10 minute intervals of sales, and the random time slicing excludes the previous day, and we have a categorical feature for day of the week, said feature will get normalized to a single uninformative value.
The paper explicitly mentioned # of static features for a variety of datasets, img attached.
If that section of the paper was in fact not meant to reflect model capabilities i think a revision would be useful to reduce future confusion. Otherwise updating the model to properly handle these cases would be amazing.