-
Hi, how can I use MVP if the downstream task is imputing a time series? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
In this case the pretrain task would be the same as the downstream task, so you can just use the learner from MVP to make inference (imputation) on new data. |
Beta Was this translation helpful? Give feedback.
-
Hi @Roxyi, |
Beta Was this translation helpful? Give feedback.
Hi @Roxyi,
Thanks for your question.
I've realized there's no example on how to impute data using MVP.
I've created a simple example to demonstrate how this could be done. I may add it to the tutorial nbs.
It's simple, but there's are a few things to take into account.
Please, let me know if it works for you, and if you have any additional questions.