time-series-autoencoder
time-series-autoencoder copied to clipboard
Prediction of multiple outputs dependent on multiple features.
Hello, I have a question. Can this code be used to perform prediction with 8 features and 3 outputs, where each output depends on the 8 features
Hey @wsefw thanks for your interest! Unfortunately, for now the repository can only be used to predict one target (a column y
) or to reconstruct the full entire input (8 features in your example).
However, tweaking the first scenario to predict 3 outputs instead of 1 shouldn't require too many changes. I can give you a hand if needed 🤓
Hello! I would like to know if it is possible to use the model for reconstruction but indicating that I am only interested in removing the noise from one of the time series, taking into account the information from the remaining series? Thank you!