Hello guys, how can I make prediction on training ...
# general
a
Hello guys, how can I make prediction on training data, I am using mlforecast all I can see is how to predict on the next steps using horizon but what if I want to predict on my training data as well please suggest some steps
m
Hi! Thanks for the question. You might find the cross validation functionality useful: https://nixtla.github.io/mlforecast/docs/end_to_end_walkthrough.html#cross-validation
a
Hi Max,
Hi Max, what changes are suppose to be made in the CV function for it to predict on train data