Good morning.
I have a quick question regarding degrees of freedom calculation for timegpt. I would like to calculate the error metrics CV(RMSE) and NMBE for the baseline model using historic data being used to train the model. However, in order to calculate the error metrics I need to find the degrees of freedom of the model, i.e., n - p, where n is the number of observations and p is the number of model parameters. Is there a way to calculate these number of parameters or degrees of freedom directly in timegpt or using other nixtla package like utils?
Thanks!