NVIDIA / DeepLearningExamples

State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
13.59k stars 3.24k forks source link

[PyTorch/TimeSeriesPredictionPlatform] Feature exogenous variables #1436

Open jomach opened 4 days ago

jomach commented 4 days ago

Related to [PyTorch/TimeSeriesPredictionPlatform]

Hello, I'm trying the TimeSeriesPredictionPlatform, I have a secondary dataframe like holidays or events happening that have a real impact on what I'm trying to predict. What is the approach here to give this information to the model ? Just adding extract columns on the main dataset ?