intive-DataScience / tbats

BATS and TBATS forecasting methods
MIT License
178 stars 19 forks source link

Question: Are data preprocessing steps advised for tbats #33

Closed gustavz closed 2 years ago

gustavz commented 2 years ago

Are data preprocessing steps like scaling or np.log advisable for tabts, or does the model deal with those things internally?

cotterpl commented 2 years ago

np.log is a special case of box_cox transformation. TBATS checks if box_cox improves score. I don't see how scaling can be helpful.