Channels
random
linen
statsforecast
hierarchicalforecast
neural-forecast
mlforecast
general
timegpt
Powered by
#neural-forecast
Title
e
Eric Braun
12/27/2022, 9:43 PM
I have a question about the default scaling behavior. Are exogenous features scaled automatically based on "scaler_type", or just the targets?
c
Cristian (Nixtla)
12/28/2022, 10:59 PM
Hi Eric. Yes, all temporal features are scaled based on the scaler_type
In the following tutorial we show all the details on how to add exogenous features:
https://nixtla.github.io/neuralforecast/examples/exogenous_variables.html
Post