I am using the following script in the code to suppress the warning. However, I still receive a warning when calling sm.tsa.statespace.SARIMAX module.
warnings.simplefilter(action="ignore")
ValueWarning: No frequency information was provided, so inferred frequency MS will be used.
I just want to get rid of the warning. Is there anyway to enforce it?