Hello,
I am currently working on a multivariate regression problem, where I need to predict for example 4 output features from 3 input features for each timestep (i.e. no forecasting into the future but predicting of other features at identical timesteps).
Is it possible to apply Darts timeseries / models to these kind of problems? I am currently using my own TCN implementation but using Darts would allow me to test different models much more quickly. But I could not find any example that is similar to my problem.