This message was deleted.
# mlforecast
s
This message was deleted.
i
Can someone explain it to me please?
And am I allowed to add train samples to new_data or the results would be overfitte
Overfitted?
j
Hey. Sorry for the late reply. The contents of new_data are used as if they were the inputs of your original training set, thus the features you defined are computed and the already trained model is used to predict them. So no retraining is performed, it's meant to be used in a transfer learning scenario