Could any one suggest loss and scaler type for TFT...
# neural-forecast
k
Could any one suggest loss and scaler type for TFT for negative values in data
k
Most point prediction losses can work: MAE, MSE, sMAPE And other distribution prediction losses: MQL, DistributionLoss-Gaussian, Gaussian Mixture
k
Also we have multiple features as input
k
You can feed your features into the model through hist_exog, futr_exog and stat_exog lists
k
Yes but the model doesn't improve on Validation loss
k
Not all features need to have predictive power Some can also have redundant information that makes learning hard NeuralForecast does not have automated feature selection capabilities yet