Currently when defining the SpatioTemporalModel, when num_months is larger than max_months, no warining/error will be raised. However the model training in the later step will raise error.
One potential solution:
In this case, force max_months to be equal to num_months and raise warning.
Currently when defining the
SpatioTemporalModel, whennum_monthsis larger thanmax_months, no warining/error will be raised. However the model training in the later step will raise error.One potential solution:
In this case, force
max_monthsto be equal tonum_monthsand raise warning.