PyAF computes some model complexity indicator. When two models have the same MAPE, PyAF chooses the less complex.
This complexity indicator is dependent , roughly, on the number of inputs of each model component (trend inputs, AR lags, cycle length, etc)
The complexity of a model is generated using the sum of its components complexity indicators. This is very "artificial".
Use a "statistical" measure of complexity instead.
PyAF computes some model complexity indicator. When two models have the same MAPE, PyAF chooses the less complex.
This complexity indicator is dependent , roughly, on the number of inputs of each model component (trend inputs, AR lags, cycle length, etc)
The complexity of a model is generated using the sum of its components complexity indicators. This is very "artificial".
Use a "statistical" measure of complexity instead.