neuralforecast
neuralforecast copied to clipboard
Unused inferred frequency
I think the inferred frequency here is not used. Should we remove it?
https://github.com/Nixtla/neuralforecast/blob/09ce6d0075bbf287d78483d04f107dec7505fc5c/neuralforecast/data/tsdataset.py#L117
Yes, I think so. So, A potential contributor should:
- Check
nf.data.tsdataset().get_frequency()andnf.data.tsdataset().frequencyis not used by any model. In particularnf.esrnn.esrnn.*. https://github.com/Nixtla/neuralforecast/blob/09ce6d0075bbf287d78483d04f107dec7505fc5c/neuralforecast/data/tsdataset.py#L327-L330 - Remove lines related to
frequencyinnf/data/tsdataset.py(usingnbdevflow, of course).
:)