I have a question about the default scaling behavi...
# neural-forecast
e
I have a question about the default scaling behavior. Are exogenous features scaled automatically based on "scaler_type", or just the targets?
c
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