Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on September 5, 2022 9:53AM
Likes: 0
Replies: 1
I am trying to train a multivariate time series model with the "train and evaluate forecasting models" method available in the "forecast" plugin. I have added an external feature(holidays) to the training by checking the "Add external features" check box and selecting the external feature using drop down.. but the model(feed forward network) seems to be not accepting the external feature, cos the model parameters option shows "false" for use_external_features parameter in the post training results. Can someone let me know how to set it as "true"? Thanks.
Hi @siddhesh_s
,
The reason is that external features are only usable by AutoARIMA, DeepAR, Transformer, and MQ-CNN algorithms (cf the Plugin Documentation). The FeedForward model does not support external features.
For the record, starting with V11, Time Series Forecasting is available in our Visual ML capabilities (see documentation) to enjoy a complete visual experience from design to deployment.
Best,
Clémence