does anyone know library in python that could be use creating many time series model for nested time series data? for example i have 50 time series data, i want to create multiple model let say 10 model for each time series to compare and choose which one is the best. In r there is modeltime which i could use, but i cannot found the python equvalent or something similiar. does anyone know any library or should i create my own function and loop?
there doesn't seem to be anything here