How to do multivariate input - single variable output prediction??

#1
by Ouz-G - opened

What is the format for multivariate (several features) input to single target output prediction? Do I just put the target as one of the features in the dataframe (csv/npy) and treat this as forecast problem? I do not need forecasts of the input features.

Ouz-G changed discussion title from How to do multivariate input - single variable output forecast? to How to do multivariate input - single variable output prediction??
DurstewitzLab org

The model does not support multivariate input to single-target output predictions. It is specifically designed for forecasting multivariate dynamical systems or time series based on historical context time series. In your case, try to treat it as a forecasting problem, provide the target time series as input context and omit the additional input features.

Sign up or log in to comment